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

REGR: from_records not initializing subclasses properly Regression Functionality that used to work in a prior pandas version Stale
#58145 by phofl was closed Sep 25, 2024 Loading…
5 tasks
2.2.3
REGR: ensure numpy fixed-size binary/string arrays are converted to object dtype for Index creation Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
#57995 by PF2100 was closed Sep 25, 2024 Loading…
4 of 5 tasks
2.2.3
Backport PR #57314 on branch 2.2.x (BUG: Fix near-minimum timestamp handling) Regression Functionality that used to work in a prior pandas version Timestamp pd.Timestamp and associated methods
#57573 by meeseeksmachine was merged Feb 23, 2024 Loading… 2.2.1
Backport PR #57474 on branch 2.2.x (REGR: DataFrame.transpose resulting in not contiguous data on nullable EAs) Bug Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#57496 by rhshadrach was merged Feb 19, 2024 Loading…
5 tasks
2.2.1
REGR: Index.map adding back tz to tz-agnostic result Apply Apply, Aggregate, Transform, Map Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
#57475 by rhshadrach was closed Jul 4, 2024 Draft
1 of 5 tasks
2.2.3
Backport PR #57311 on branch 2.2.x (Fixing multi method for to_sql for non-oracle databases) IO SQL to_sql, read_sql, read_sql_query Regression Functionality that used to work in a prior pandas version
#57466 by meeseeksmachine was merged Feb 17, 2024 Loading… 2.2.1
Backport PR #57341 on branch 2.2.x (REGR: assert_series_equal defaulting to check_exact=True for Index) Regression Functionality that used to work in a prior pandas version Testing pandas testing functions or related to the test suite
#57380 by meeseeksmachine was merged Feb 12, 2024 Loading… 2.2.1
Backport PR #57323 on branch 2.2.x (REGR: Fix regression when grouping over a Series) Copy / view semantics Regression Functionality that used to work in a prior pandas version
#57339 by meeseeksmachine was merged Feb 10, 2024 Loading… 2.2.1
Backport PR #57333 on branch 2.2.x (REGR: merge with 3rd party EA's can sometimes raise ValueError) Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#57337 by lukemanley was merged Feb 10, 2024 Loading… 2.2.1
Backport PR #57329 on branch 2.2.x (REGR: CategoricalIndex.difference with null values) Categorical Categorical Data Type Regression Functionality that used to work in a prior pandas version setops union, intersection, difference, symmetric_difference
#57336 by meeseeksmachine was merged Feb 10, 2024 Loading… 2.2.1
Backport PR #57250 on branch 2.2.x (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
#57326 by meeseeksmachine was merged Feb 9, 2024 Loading… 2.2.1
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
#57240 by meeseeksmachine was merged Feb 4, 2024 Loading… 2.2.1
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
#57180 by meeseeksmachine was merged Jan 31, 2024 Loading… 2.2.1
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
#57170 by lukemanley was closed Feb 10, 2024 Loading…
5 tasks done
2.2.1
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
#57142 by meeseeksmachine was merged Jan 30, 2024 Loading… 2.2.1
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
#57141 by meeseeksmachine was merged Jan 30, 2024 Loading… 2.2.1
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
#57133 by meeseeksmachine was merged Jan 29, 2024 Loading… 2.2.1
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
#57086 by meeseeksmachine was merged Jan 26, 2024 Loading… 2.2.1
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
#57072 by meeseeksmachine was merged Jan 25, 2024 Loading… 2.2.1
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
#57021 by meeseeksmachine was merged Jan 23, 2024 Loading… 2.2.1
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
#56962 by meeseeksmachine was merged Jan 19, 2024 Loading… 2.2
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
#56862 by meeseeksmachine was merged Jan 13, 2024 Loading… 2.2
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
#56770 by meeseeksmachine was merged Jan 7, 2024 Loading… 2.2
Backport PR #53641: BUG: pd.concat dataframes with different dateti… Non-Nano datetime64/timedelta64 with non-nanosecond resolution Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#56311 by lithomas1 was closed Dec 8, 2023 Draft
5 tasks
2.1.4
Backport PR #55764 on branch 2.1.x (REGR: fix return class in _constructor_from_mgr for simple subclasses) Regression Functionality that used to work in a prior pandas version Subclassing Subclassing pandas objects
#55892 by meeseeksmachine was merged Nov 9, 2023 Loading… 2.1.3
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.