BUG: Categorical.take and Series([Categorical]).take is inconsistent with other dtypes #20664
Labels
Bug
Categorical
Categorical Data Type
Regression
Functionality that used to work in a prior pandas version
Milestone
Related to #20582 and #20640
Categorical.take
does not do any bounds checking, so produces wrong results:Series.take
with categorical data does not follow the numpy behaviour of "-1" (starting from end):The text was updated successfully, but these errors were encountered: