-
- 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
Backport PR #54945 on branch 2.1.x (REGR: MultiIndex.append raising for overlapping IntervalIndex levels) Interval Interval data type MultiIndex Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #54954 on branch 2.1.x (REGR: read_csv splitting on comma with delim_whitespace) IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
Backport PR #54882 on branch 2.1.x (REGR: get_group raising with axis=1) Groupby Regression Functionality that used to work in a prior pandas version
Backport PR #54913 on branch 2.1.x (REGR: drop_duplicates raising for arrow strings) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
REGR: read_csv splitting on comma with delim_whitespace IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
REGR: MultiIndex.append raising for overlapping IntervalIndex levels Interval Interval data type MultiIndex Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #54895 on branch 2.1.x (REGR: Merge raising when left merging on arrow string index) Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #54884 on branch 2.1.x (REGR: value_counts raises with bins) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
Backport PR #54880 on branch 2.1.x (REGR: comparing datetime vs None raises) Regression Functionality that used to work in a prior pandas version
REGR: Restore _constructor_from_mgr to pass manager object to constructor Regression Functionality that used to work in a prior pandas version Subclassing Subclassing pandas objects
REGR: concat raising for 2 different ea dtypes Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REGR: drop_duplicates raising for arrow strings Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
Backport PR #54885 on branch 2.1.x (REGR: setitem with part of a MultiIndex raises) MultiIndex Regression Functionality that used to work in a prior pandas version
REGR: Merge raising when left merging on arrow string index Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REGR: setitem with part of a MultiIndex raises MultiIndex Regression Functionality that used to work in a prior pandas version
REGR: value_counts raises with bins Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
REGR: get_group raising with axis=1 Groupby Regression Functionality that used to work in a prior pandas version
REGR: read_csv raising when dtypes is specified with usecols IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
REGR: comparing datetime vs None raises Regression Functionality that used to work in a prior pandas version
Backport PR #54823 on branch 2.1.x (REGR: clip raising for list-bound) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
REGR: clip raising for list-bound Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Backport PR #54789 on branch 2.1.x (WARN: Remove non-actionable warning in value_counts) Categorical Categorical Data Type Groupby Regression Functionality that used to work in a prior pandas version
WARN: Remove non-actionable warning in value_counts Categorical Categorical Data Type Groupby Regression Functionality that used to work in a prior pandas version
Backport PR #54752 on branch 2.1.x (REGR: groupby.count returning string dtype instead of numeric for string input) Blocker Blocking issue or pull request for an upcoming release Groupby Regression Functionality that used to work in a prior pandas version
REGR: groupby.count returning string dtype instead of numeric for string input Blocker Blocking issue or pull request for an upcoming release Groupby Regression Functionality that used to work in a prior pandas version
ProTip! Filter pull requests by the default branch with base:main.