Validate that MultiIndex labels are Int64 type when not called internally. #5212
Labels
Enhancement
Error Reporting
Incorrect or improved errors from pandas
Internals
Related to non-user accessible pandas implementation
MultiIndex
Right now you could create MI with weird types and it doesn't error out. More difficult to do effectively when MI is an ndarray subclass (because there are so many different ways to instantiate a MultiIndex). Will fix in Index refactor (just want to remember to do so).
The text was updated successfully, but these errors were encountered: