-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Issue 60723 resolved Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#60730 by BAnSsal was closed Mar 10, 2025 Loading…
5 tasks done
fix for 61123 read_excel nrows param reads extra rows
#61129 by zanuka was closed Mar 17, 2025 Loading…
Fix trailing current date zeros flaky test_format problem Testing pandas testing functions or related to the test suite
Backport PR #41789 on branch 1.2.x (Bug in xs raising KeyError for MultiIndex columns with droplevel False and list indexe) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Backport PR #44518 on branch 1.3.x (BUG: DataFrame with scalar tzaware Timestamp) Constructors Series/DataFrame/Index/pd.array Constructors Timezones Timezone data dtype
DEPR: Fix deprecation warnings in ASV Benchmark Performance (ASV) benchmarks Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
REGR: loc.setitem losing index name when df was empty before Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Backport PR #47889 on branch 1.4.x (CI: Pin cython on 32bit build) 32bit 32-bit systems CI Continuous Integration
DOC: Cleaned doctrings Code Style Code style, linting, code_checks Typing type annotations, mypy/pyright type checking
BUG: NaT.__cmp__(invalid) should raise TypeError Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
DEPR: automatic alignment on frame.__cmp__(series) Deprecate Functionality to remove in pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
DOC: Add behavior for Index argument in DataFrame.loc Docs Indexing Related to indexing on series/frames, not to indexes themselves
REF: avoid unnecessary raise in DataFrameGroupBy._cython_agg_general Groupby Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply
BUG: groupby.rank with MaskedArray incorrect casting Bug Groupby NA - MaskedArrays Related to pd.NA and nullable extension arrays
Fix #59772: tz_aware NaT raises exception on to_numpy
#61302 by tomasmacieira was closed May 9, 2025 Loading…
3 of 5 tasks
BUG/TST/DEPR: Ensure dtype="category" always implies ordered=False & add tests
#61118 by ZanirP was closed Apr 14, 2025 Loading…
2 of 5 tasks
CI: Add NumPy 1.26 test job CI Continuous Integration Dependencies Required and optional dependencies
#61774 by Anantanand005 was closed Jul 8, 2025 Loading…
3 of 5 tasks
Set up ty in CI CI Continuous Integration Typing type annotations, mypy/pyright type checking
#61880 by tqa236 was closed Jul 28, 2025 Loading…
5 tasks
DOC: Added note acknowledging iloc dtype conversion behaviour Docs
#62360 by zihengliao was closed Sep 19, 2025 Loading…
2 tasks
Remove properties from groupby whitelists Clean Groupby
#17600 by jbrockmendel was closed Sep 21, 2017 Loading…
1 of 4 tasks
ENH: Option to return -inf/inf as lower/upper bound of quantiles, see… Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#22097 by dberenbaum was closed Jul 30, 2018 Loading…
3 of 4 tasks
BUG: Preserve sparse dtype when reindexing Regression Functionality that used to work in a prior pandas version Sparse Sparse Data Type
#26183 by alex-hutton was closed Jun 8, 2019 Loading…
1 of 4 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.