reindex() does not reindex a MultiIndex #20048
Labels
API Design
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Code Sample, a copy-pastable example if possible
Output:
Problem description
I would expect that the resulting dataframe have 12 rows, with indices
(42, 'foo', i)
fori
from-1
to10
.Apologies if I am just misunderstanding something. I haven't managed to find any information in the docs on the reason for the current behavior.
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: