Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: unstack with object dtype of tzaware timestamps Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#41875 by jbrockmendel was merged Jun 17, 2021 Loading… updated Jun 27, 2024
3 of 4 tasks
1.3
BUG: Retain timezone dtype with cut and qcut Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#19890 by mroeschke was merged Mar 9, 2018 Loading… updated Sep 6, 2023
4 tasks done
0.23.0
Backport PR #47946: REGR: fix error caused by deprecation warning in pd.merge when joining two Series Reshaping Concat, Merge/Join, Stack/Unstack, Explode Warnings Warnings that appear or should be added to pandas
#48154 by phofl was merged Aug 19, 2022 Loading… updated Aug 19, 2022 1.4.4
TST: Add test to ensure DF describe does not throw an error (#32409) Reshaping Concat, Merge/Join, Stack/Unstack, Explode Testing pandas testing functions or related to the test suite
#38403 by luckyvs1 was merged Jan 20, 2021 Loading… updated Jun 16, 2022
4 of 5 tasks
1.3
BUG: DataFrame index name no longer resets after appending a list of series Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44123 by robbertjan94 was merged Nov 5, 2021 Loading… updated Jan 25, 2022
4 tasks done
1.4
BUG: DataFrame(dict_of_series) raising depending on order of dict Constructors Series/DataFrame/Index/pd.array Constructors Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#45018 by jbrockmendel was merged Dec 29, 2021 Loading… updated Dec 29, 2021
4 tasks done
1.4
PERF/CLN: avoid potential copies in ravel Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#45002 by jbrockmendel was merged Dec 22, 2021 Loading… updated Dec 22, 2021
4 tasks
1.4
BUG: nullable dtypes not preserved in Series.replace Bug Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44940 by jbrockmendel was merged Dec 19, 2021 Loading… updated Dec 20, 2021
8 tasks done
1.4
Can't combine DatetimeIndex MultiIndex with numeric MultiIndex Datetime Datetime data dtype Index Related to the Index class or subclasses MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#42143 by alex-gregory-ds was merged Dec 19, 2021 Loading… updated Dec 19, 2021
3 of 4 tasks
1.4
BUG: Inconsistent conversion of missing column names Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44878 by johnzangwill was merged Dec 16, 2021 Loading… updated Dec 16, 2021
4 tasks done
1.4
PERF: any/all with axis=1 Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44857 by jbrockmendel was merged Dec 16, 2021 Loading… updated Dec 16, 2021 1.4
PERF: faster dataframe construction from recarray Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44827 by GYHHAHA was merged Dec 9, 2021 Loading… updated Dec 10, 2021
3 of 4 tasks
1.4
PERF: unstack Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44758 by jbrockmendel was merged Dec 6, 2021 Loading… updated Dec 6, 2021 1.4
ENH: allow attrs to be propagated via pd.concat metadata _metadata, .attrs Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#42252 by xiki-tempula was merged Dec 5, 2021 Loading… updated Dec 5, 2021
4 tasks done
1.4
DOC: Improve code example for DataFrame.join Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44735 by ChristofKaufmann was merged Dec 4, 2021 Loading… updated Dec 5, 2021 1.4
BUG: metadata propagation in .loc, .iloc and Series.to_frame() Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44166 by EmilianoJordan was closed Nov 28, 2021 Loading… updated Nov 28, 2021
4 tasks done
1.4
DEP: Deprecate non boolean sort for concat Deprecate Functionality to remove in pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44629 by phofl was merged Nov 28, 2021 Loading… updated Nov 28, 2021
4 tasks done
1.4
BUG: join MultiIndex with overlapping IntervalIndex level (#44096) Interval Interval data type MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44588 by johannes-mueller was merged Nov 25, 2021 Loading… updated Nov 26, 2021
4 tasks done
1.4
BUG: DataFrame.shift with axis=1 and mismatched fill_value Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44564 by jbrockmendel was merged Nov 25, 2021 Loading… updated Nov 26, 2021
2 of 4 tasks
1.4
BUG: Series/Index arithmetic result names with NAs Bug NA - MaskedArrays Related to pd.NA and nullable extension arrays Numeric Operations Arithmetic, Comparison, and Logical operations Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44459 by jbrockmendel was merged Nov 20, 2021 Loading… updated Nov 20, 2021
5 tasks done
1.4
2
8
BUG: DataFrame.astype(series) with duplicate columns Bug Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44417 by jbrockmendel was merged Nov 14, 2021 Loading… updated Nov 14, 2021
2 of 4 tasks
1.4
BUG: sort_index did not respect ignore_index when not sorting Bug Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44065 by saehuihwang was merged Oct 19, 2021 Loading… updated Oct 19, 2021
4 tasks done
1.4
BUG: Merge with str/StringDtype keys and multiindex Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#43785 by benoit9126 was merged Oct 16, 2021 Loading… updated Oct 18, 2021
4 tasks done
1.4
PERF: get_dummies create array of 0/1s with appropriate layout for internals Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#40299 by jorisvandenbossche was merged Mar 15, 2021 Loading… updated Oct 14, 2021 1.3
BUG: NumericIndex.append retain dtype Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#43938 by jbrockmendel was merged Oct 11, 2021 Loading… updated Oct 11, 2021
2 of 4 tasks
1.4
ProTip! Follow long discussions with comments:>50.