-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set Categorical._codes
in pandas=2.0
#832
Comments
Please can we tag someone at pandas to ask them how we're supposed to do this. |
I think we're supposed to just create a new |
We really don't want to do that, because we pre-allocate storage for the arrays |
Looks like there's been a previous conversation about this in #576. Maybe @jorisvandenbossche's suggestion there is helpful? |
Closed via #833 -- thanks @martindurant |
While running the
dask
test suite against the upcomingpandas
2.0 release, we got the followingfastparquet
-related error due toCategorical._codes
being removed inpandas=2.0
(setting it was deprecated inpandas=1.3
)The text was updated successfully, but these errors were encountered: