You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index([1], dtype="category").array gives ExtensionArray instead of pd.Categorical. We need a fix here.
cast("Index[pd.CategoricalDtype]", Index([1], dtype="category")).array, which exists in the current tests, gives pd.Categorical, which is okay-ish, but we need to remove the cast.