Slicing multiple DataFrame columns doesn't work with boolean column names #11119
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Indexing
Related to indexing on series/frames, not to indexes themselves
Setup:
df[True]
anddf[False]
work fine; butdf[[True,False]]
throws an exception:On the other hand, this works fine:
Probably relevant to: #9595
The text was updated successfully, but these errors were encountered: