-
- 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
REGR: Series access with Index of tuples/frozenset Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version Series Series data structure
REF: use check_setitem_lengths in DTA.__setitem__ Indexing Related to indexing on series/frames, not to indexes themselves
BUG-Fix: AssertionError when slicing MultiIndex and setting value of … Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Stale
#35018 by luckydenis was closed Sep 22, 2020 Loading… updated Sep 22, 2020
3 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
TST: astyp via loc to int64 Indexing Related to indexing on series/frames, not to indexes themselves NA - MaskedArrays Related to pd.NA and nullable extension arrays Testing pandas testing functions or related to the test suite
BUG: Prevent Series.isin from unwantedly casting isin values from float to integer (GH21804) Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
#37861 by avinashpancham was closed Nov 15, 2020 Loading… updated Nov 15, 2020
5 tasks done
DOC: Add behavior for Index argument in DataFrame.loc Docs Indexing Related to indexing on series/frames, not to indexes themselves
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
Add test_masking_duplicate_columns Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#37125 by GabrielSimonetto was closed Dec 8, 2020 Loading… updated Dec 8, 2020
4 of 5 tasks
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: loc raising KeyError for string slices in list-like indexer and DatetimeIndex Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Needs Discussion Requires discussion from core team before further action
#38153 by phofl was closed Jan 1, 2021 Loading… updated Jan 1, 2021
5 tasks done
TST: boolean indexing using .iloc #20627 Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
Iloc truncates single-column dataframe with extension arrays ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string Stale Testing pandas testing functions or related to the test suite
#38750 by luijkr was closed Feb 11, 2021 Loading… updated Feb 11, 2021
4 tasks
Deprecate DataFrame indexer for iloc setitem and getitem Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
DOC: Clarify DataFrame column argument in API documentation Docs Indexing Related to indexing on series/frames, not to indexes themselves
ENH add warning to Series.drop column noting that it does nothing Compat pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves Stale
#39579 by Fealthas was closed Apr 11, 2021 Loading… updated Apr 11, 2021
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
REF/API: DataFrame.__setitem__ never operate in-place Indexing Related to indexing on series/frames, not to indexes themselves
BUG/API: make setitem-inplace preserve dtype when possible with PandasArray, IntegerArray, FloatingArray Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
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
BUG: dataframe setitem error on size incompatible assignment Indexing Related to indexing on series/frames, not to indexes themselves Stale
#41193 by Mxchaeltrxn was closed Aug 8, 2021 Loading… updated Aug 8, 2021
3 tasks
Replaced value assignment by location accessor. Indexing Related to indexing on series/frames, not to indexes themselves Needs Info Clarification about behavior needed to assess issue Stale
ProTip! Exclude everything labeled
bug with -label:bug.