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

Add isna #76

Merged
merged 1 commit into from
May 10, 2023
Merged

Add isna #76

merged 1 commit into from
May 10, 2023

Conversation

jrbourbeau
Copy link
Member

This looked like an easy thing to try and add when looking at failures over in coiled/benchmarks#837. It took about 5 minutes minutes to figure out what to do and write a test (kudos on making things modular). Let me know if I missed something or if this is just totally wrong

Comment on lines +126 to +127
lambda df: df.isna(),
lambda df: df.x.isna(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want pdf to have at least one null for features like this. Or perhaps we have a pdf_nulls fixture?

@rjzamora rjzamora marked this pull request as draft May 9, 2023 21:37
@rjzamora rjzamora marked this pull request as ready for review May 9, 2023 21:37
Copy link
Member

@rjzamora rjzamora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jrbourbeau - We can add null testing in a follow-up.

@rjzamora rjzamora merged commit 6e4296d into dask:main May 10, 2023
@jrbourbeau jrbourbeau deleted the isna branch May 15, 2023 18:58
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.

2 participants