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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: