Assignment broken for sliced multi-indices #16379
Labels
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Consider the following data frame:
Taking a slice of this and assigning it to itself should leave the data unchanged, but look what happens:
I'm on pandas version 0.20.1
The text was updated successfully, but these errors were encountered: