-
- 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
ENH: better MultiIndex.__repr__ Enhancement MultiIndex Output-Formatting __repr__ of pandas objects, to_string
REF: codes-based MultiIndex engine Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
split up pandas/tests/indexes/test_multi.py #18644 MultiIndex Testing pandas testing functions or related to the test suite
BUG: Fix reindexing with multi-indexed DataFrames Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
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
CLN/INT: remove Index as a sub-class of NDArray API Design Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation MultiIndex Refactor Internal refactoring of code
API: add "level=" argument to MultiIndex.unique() API Design MultiIndex
#17897 by toobaz was merged Nov 20, 2017 Loading…
4 tasks done
BUG: MultiIndex not dropping nan level and invalid code value Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
ENH: add per axis, per level indexing with tuples using loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
ENH/API: Scalar values for Series.rename and NDFrame.rename_axis API Design Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
BUG: Fix duplicates in intersection of multiindexes MultiIndex Regression Functionality that used to work in a prior pandas version
ENH: Introduce UnsortedIndexError GH11897 Error Reporting Incorrect or improved errors from pandas MultiIndex
BUG: Multiindexed series .at fix Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Fix multiindex loc nan Bug Groupby MultiIndex Stale
#43943 by CloseChoice was closed Feb 13, 2022 Loading…
4 tasks done
Bug in loc raised Error when non-integer slice was given for MultiIndex Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
BUG: Preserve key order when using loc on MultiIndex DataFrame Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
BUG: pandas.DataFrame().stack() raise an error, while expected is empty Bug MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Fix construction of Categorical from pd.NA Categorical Categorical Data Type MultiIndex NA - MaskedArrays Related to pd.NA and nullable extension arrays
Previous Next
ProTip! Add no:assignee to see everything that’s not assigned.