-
- 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: DataFrame.__setitem__ sometimes operating inplace Indexing Related to indexing on series/frames, not to indexes themselves
BUG: fix reindexing with a tz-aware index and method='nearest' Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
DEPR: Series.__setitem__ with Float64Index falling back to positional Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
TST: Multiindex slicing with NaNs, unexpected results for #25154 Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Testing pandas testing functions or related to the test suite
Backport PR #47581 on branch 1.4.x (BUG: DataFrame.loc not aligning rhs df for single block case) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
BUG: frame.iloc[i] with a single EA column Bug Indexing Related to indexing on series/frames, not to indexes themselves
TST: tests for setitem-like casting issues Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
TST: tests for nullable issues Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
BUG: fix GH45032 iloc(axis=1).__setitem__ axis argument Bug Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Series.__setitem__ failing to cast numeric values Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
PERF: Faster SparseArray.__getitem__ for boolean masks (#23122) Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance Sparse Sparse Data Type
BUG: df.iloc[ndarray, ndarray] = 2dvals raising with EA column Bug ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
DEPR: Index.__getitem__[bool] GH#44051 Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
BUG: groupby agg raising when column was selected twice Error Reporting Incorrect or improved errors from pandas Groupby Indexing Related to indexing on series/frames, not to indexes themselves
Return view for xs when droplevel=False with regular Index Indexing Related to indexing on series/frames, not to indexes themselves
BUG: bugfix 26390 assigning PandasArray to DataFrame error Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
BUG: fix get_indexer_non_unique() with 'object' targets with NaNs (#4… Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Indexing on nullable column Bug Indexing Related to indexing on series/frames, not to indexes themselves NA - MaskedArrays Related to pd.NA and nullable extension arrays
DEPR: disallow tznaive datetimes when indexing tzaware datetimeindex Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.