Skip to content
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

Arctic Chunkstore pd.Categorical support #901

Open
bjonen opened this issue Apr 14, 2021 · 1 comment
Open

Arctic Chunkstore pd.Categorical support #901

bjonen opened this issue Apr 14, 2021 · 1 comment

Comments

@bjonen
Copy link

bjonen commented Apr 14, 2021

We are making heavy use of pd.Categorical. Unfortunately Chunkstore does not support this at the moment. One very simple way to change this would be to change FrameConverter to use pickle to serialize columns instead of arr.tostring(). See link to my fork below. The fork also removes pd.Panel imports that are incompatible with pandas 1.2.

Is this a feature of general interest? If so, how should a pull request for this look like? I assume this change should be optional to prevent breaking existing code.

bjonen@f44d194

@adxrgh
Copy link

adxrgh commented Jul 1, 2021

great idea, definitely supporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants