Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: fix iloc with pd.Series on pd.Categorical
Before, iloc on pd.Series returned Categorical object for list-like indexes input, while Series object is expected. Fixes pandas-dev#14580
- Loading branch information