-
- 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
BUG: Index.get_indexer_non_unique misbehaves with multiple nan Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Emit warning for missing labels in Multiindex.loc[[...]] (and more) Bug Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
API: membership checks on ExtensionArray containing NA values ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
BUG: assignment to multiple columns when some column do not exist Indexing Related to indexing on series/frames, not to indexes themselves
#26534 by howsiwei was closed Oct 22, 2019 Loading…
4 tasks done
BUG: df[col] = arr should not overwrite data in df[col] Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Bug in loc did not change dtype when complete column was assigned Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Stale
#37749 by phofl was closed Jun 16, 2021 Loading…
8 tasks done
ENH: Add set_index to Series Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#22225 by h-vetinari was closed Jan 6, 2019 Loading…
5 tasks done
BUG: Timestamp == date match stdlib Datetime Datetime data dtype Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Multiindexed series .at fix Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
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
DOC/TST: Indexing with NA raises ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
BUG: IntervalIndex.get_loc/get_indexer wrong return value / error Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#25090 by samuelsinayoko was closed Jun 27, 2019 Loading…
3 of 4 tasks
BUG: Preserve key order when using loc on MultiIndex DataFrame Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
ENH: add IntervalIndex.get_loc_exact to look for exact matches only API Design Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#19353 by topper-123 was closed May 18, 2018 Loading…
4 tasks done
BUG: Dtype was not changed when float was assignt to int column Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Stale
#37680 by phofl was closed Jun 16, 2021 Loading…
6 tasks done
Revert set_index inspection/error handling for 0.24.1 Docs Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Creating Index with the Related to indexing on series/frames, not to indexes themselves
names argument Bug Indexing #19168 by spacesphere was closed Feb 24, 2018 Loading…
3 tasks done
DOC: update the Series.align docstring Docs Indexing Related to indexing on series/frames, not to indexes themselves
#20156 by MichielStock was closed Nov 1, 2018 Loading…
5 of 9 tasks
Add fix to raise error when category value 'x' is not predefined but is assigned through df.loc[..]=x Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#34011 by chrispe was closed Oct 4, 2021 Loading…
4 tasks done
BUG: df.iloc[:, :1] with EA column Bug Indexing Related to indexing on series/frames, not to indexes themselves
BUG: restore limit in RangeIndex.get_indexer Bug Indexing Related to indexing on series/frames, not to indexes themselves
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.