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

fix(python): Fix filter on dataframe containing object #19796

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

Conversation

gab23r
Copy link
Contributor

@gab23r gab23r commented Nov 14, 2024

Fixes: #18665

I know that this is just a patch, and this should be implemented properly here: polars/polars/crates/polars-core/src/chunked_array/ops/chunkops.rs:146:17

But I though that this PR is better than the current behaviour, not being able to filter a dataframe that contains Object make the use of object really closed to zero IMO

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when filtering a dataframe with an object field
1 participant