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

feat(python): Support Categorical/Enum in Series.to_numpy #14275

Merged
merged 8 commits into from
Feb 5, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Feb 5, 2024

Also closes #14274

Plus a bunch of tests for zero-copyness.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Feb 5, 2024
@stinodego stinodego marked this pull request as ready for review February 5, 2024 10:04
py-polars/src/series/export.rs Outdated Show resolved Hide resolved
@stinodego stinodego merged commit f7e9a20 into main Feb 5, 2024
15 checks passed
@stinodego stinodego deleted the to-numpy-dtypes branch February 5, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Series.to_numpy raises when zero_copy_only=True even when Series is empty
2 participants