"IndexingError: Unalignable boolean Series key provided" when passing an empty object Series #5877
Labels
API Design
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
For some reason, with 0.13, an empty object Series is interpreted as a boolean one, when using to fetch elements in another Series:
The following works though, so the dtype confusion seems to be confined to empty Series:
The text was updated successfully, but these errors were encountered: