-
- 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
BUG: empty_frame[tuple] = values corrupting frame Indexing Related to indexing on series/frames, not to indexes themselves Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.).
BUG: DatetimeIndex asof with string key Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves
BUG: setitem with Series[pyarrow] values Arrow pyarrow functionality Indexing Related to indexing on series/frames, not to indexes themselves
DEPR: slicing with a date object Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
[backport 2.3.x] BUG: Fixed assign failure when with Copy-on-Write (#60941) Copy / view semantics Indexing Related to indexing on series/frames, not to indexes themselves
Avoid reindexing values assigned to a multi-index when cols_droplevel contains empty values Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
CoW: disable chained assignment detection for Python 3.14 Copy / view semantics Indexing Related to indexing on series/frames, not to indexes themselves Python 3.14
BUG: df.loc[i] with Categorical column containing NaN Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
TST: add regression test for GH#54409 (tz-aware NaT indexing with loc) Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#62245 by skalwaghe-56 was merged Sep 10, 2025 Loading…
3 tasks done
BUG: Index.__getitem__ with 0d ndarray key Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Assigning boolean series with boolean indexer Bug Indexing Related to indexing on series/frames, not to indexes themselves PDEP6-related related to PDEP6 (not upcasting during setitem-like Series operations)
ENH: Implement DataFrame.select API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#61527 by datapythonista was closed Jun 20, 2025 Loading…
5 tasks done
Fix alignment in Series subtraction with MultiIndex, Index and NaN values (#60908) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Stale
#61381 by rit4rosa was closed Oct 5, 2025 Loading…
ENH: Reimplement DataFrame.lookup Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Stale
#61185 by stevenae was closed Jun 2, 2025 Loading…
5 tasks done
ENH: Support Related to indexing on series/frames, not to indexes themselves
Series[bool] as indexer for iloc.__getitem__ Enhancement Indexing BUG: Fix return type of loc/iloc Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Fixed assign failure when with Copy-on-Write Bug Copy / view semantics Indexing Related to indexing on series/frames, not to indexes themselves
Backport PR #60454 on branch 2.3.x (String dtype: coerce missing values in indexers for string dtype Index) Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
BUG: Fix keyerror bug when indexing multiindex columns with NaT values Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
String dtype: coerce missing values in indexers for string dtype Index Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
[backport 2.3.x] String dtype: use ObjectEngine for indexing for now correctness over performance (#60329) Indexing Related to indexing on series/frames, not to indexes themselves Strings String extension data type and string data
String dtype: use ObjectEngine for indexing for now correctness over performance Indexing Related to indexing on series/frames, not to indexes themselves Strings String extension data type and string data
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.