Using loc[] or at[] to add rows doesn't work with an IntervalIndex doesn't work #35422
Labels
Bug
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
Interval
Interval data type
Needs Info
Clarification about behavior needed to assess issue
It seems that a data frame with an
IntervalIndex
won't let you useloc[]
orat[]
to add rows.I would expect the following to work:
However, it throws a confusing error
The text was updated successfully, but these errors were encountered: