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

Use CategoricalColumn instead of build_categorical_column #4618

Merged

Conversation

mroeschke
Copy link
Contributor

Over in cudf, I'm planning on removing build_categorical_column in favor of the CategoricalColumn constructor so adjusting the usage here

rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Aug 28, 2024
…ctor (#16617)

`build_categorical_column` was largely redundant with the CategoricalColumn constructor, so in the spirit of having One Way to Do Things, replacing the former with the latter.

There is usage of `build_categorical_column` in cugraph that has been replaced in rapidsai/cugraph#4618

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Richard (Rick) Zamora (https://github.com/rjzamora)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #16617
@jakirkham jakirkham added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Aug 28, 2024
@jakirkham
Copy link
Member

A couple CI jobs errored due to what appeared to be PyPI network errors. Have restarted those

@jakirkham
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 9b41aef into rapidsai:branch-24.10 Aug 29, 2024
104 checks passed
@jakirkham
Copy link
Member

Thanks all! 🙏

@mroeschke mroeschke deleted the rm/build_categorical_column branch August 29, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants