Hierarchical reindexing with NaN in index #7052
Labels
Bug
Duplicate Report
Duplicate issue or pull request
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
MultiIndex
Milestone
related #6322
dupe of #7031
I'm on 0.13.1, don't know if this is already fixed on master, but haven't found any issues about this. If I you have
NaN
value in MultiIndex, reindexing will fill the first value from reindexed series to allNaN
indices. Perhaps an example will clarify itCode:
Output:
Desired output:
The text was updated successfully, but these errors were encountered: