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

Column type for more than 256 categories #77

Open
BaxterEaves opened this issue Apr 12, 2023 · 2 comments
Open

Column type for more than 256 categories #77

BaxterEaves opened this issue Apr 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@BaxterEaves
Copy link
Contributor

Currently Categorical column type only supports categories with up to 256 types. This is pretty limiting. There should be a Categorical type that supports usize::MAX categories.

@BaxterEaves BaxterEaves added the enhancement New feature or request label Apr 12, 2023
@BaxterEaves BaxterEaves added this to the v0.2.0 milestone Apr 12, 2023
@BaxterEaves BaxterEaves removed this from the v0.2.0 milestone Jun 10, 2023
@shauneccles
Copy link

This is very limiting for my use cases so would be very much appreciated as a feature.

@14lclark
Copy link

Has this been addressed yet? If not, what are the limiting factors for this?

More specifically, what traits/structs/functions need to be updated to get this to work? I imagine it's more than just changing all the u8 types whenever they're used related to ColType::Categorical, but I'm not sure where to start looking.

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

No branches or pull requests

3 participants