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

✨ make arrow dictionary encoded columns behave as if not encoded #1841

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maartenbreddels
Copy link
Member

This makes is irrelevalt for a user if a column is dict encoded or not
all dataframe operations on it will be the same.

For backwards compatibility we still do not treat categoricals the same
as dict encoded.

in v5 we can enable this for categoricals is we want as well.

@maartenbreddels maartenbreddels marked this pull request as ready for review January 24, 2022 13:59
@maartenbreddels maartenbreddels force-pushed the feat_dict_encode_support branch 3 times, most recently from 032dfeb to 471cc9a Compare January 26, 2022 11:05
This makes is irrelevalt for a user if a column is dict encoded or not
all dataframe operations on it will be the same.

For backwards compatibility we still do not treat categoricals the same
as dict encoded.
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

Successfully merging this pull request may close these issues.

1 participant