-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
REGR/DOC: pd.concat should special case DatetimeIndex to sort even when sort=False Docs Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #57232 on branch 2.2.x (REGR: to_json converting nullable ints to floats) IO JSON read_json, to_json, json_normalize Regression Functionality that used to work in a prior pandas version
REGR: to_json converting nullable ints to floats IO JSON read_json, to_json, json_normalize Regression Functionality that used to work in a prior pandas version
Backport PR #57169 on branch 2.2.x (REGR: DataFrame.sort_index not producing stable sort) Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
REGR: Series.astype raising TypeError when converting a pyarrow integer type with nulls to numpy float Arrow pyarrow functionality Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version
REGR: DataFrame.sort_index not producing stable sort Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
Backport PR #57061 on branch 2.2.x (REGR: non-unique, masked dtype index raising IndexError) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Backport PR #57102 on branch 2.2.x (ENH: Add skipna to groupby.first and groupby.last) Enhancement Groupby Reduction Operations sum, mean, min, max, etc. Regression Functionality that used to work in a prior pandas version
Backport PR #57101 on branch 2.2.x (REGR: Index.join raising TypeError when joining an empty index to a mixed type index) Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Add skipna to groupby.first and groupby.last Enhancement Groupby Reduction Operations sum, mean, min, max, etc. Regression Functionality that used to work in a prior pandas version
REGR: Index.join raising TypeError when joining an empty index to a mixed type index Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #57046 on branch 2.2.x (REGR: groupby.idxmin/idxmax wrong result on extreme values) Bug Groupby Reduction Operations sum, mean, min, max, etc. Regression Functionality that used to work in a prior pandas version
Backport PR #57034 on branch 2.2.x (REGR: perf regression in Series.combine_first) Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
REGR: non-unique, masked dtype index raising IndexError Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
REGR: groupby.idxmin/idxmax wrong result on extreme values Bug Groupby Reduction Operations sum, mean, min, max, etc. Regression Functionality that used to work in a prior pandas version
REGR: perf regression in Series.combine_first Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
Backport PR #57018 on branch 2.2.x (REGR: merge_ordered with fill_method="ffill" and how="left") Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REGR: merge_ordered with fill_method="ffill" and how="left" Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #56922 on branch 2.2.x (REGR: DatetimeTZDtype __from_arrow__ interprets UTC values as wall time) Arrow pyarrow functionality Regression Functionality that used to work in a prior pandas version
REGR: DatetimeTZDtype __from_arrow__ interprets UTC values as wall time Arrow pyarrow functionality Regression Functionality that used to work in a prior pandas version
Backport PR #56849 on branch 2.2.x (REGR: freq "m" (as alias of deprecated "M") raises an error) Frequency DateOffsets Regression Functionality that used to work in a prior pandas version
REGR: freq "m" (as alias of deprecated "M") raises an error Frequency DateOffsets Regression Functionality that used to work in a prior pandas version
Backport PR #56761 on branch 2.2.x (BUG: fix subclass metadata preservation in groupby column selection) Bug Groupby Regression Functionality that used to work in a prior pandas version Subclassing Subclassing pandas objects
BUG: fix subclass metadata preservation in groupby column selection Bug Groupby Regression Functionality that used to work in a prior pandas version Subclassing Subclassing pandas objects
REGR: groupby with Decimal and NA values Bug Groupby Regression Functionality that used to work in a prior pandas version Sorting e.g. sort_index, sort_values
ProTip! no:milestone will show everything without a milestone.