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

Search for empty fields #611

Closed
aulemahal opened this issue Jun 16, 2023 · 1 comment · Fixed by #612
Closed

Search for empty fields #611

aulemahal opened this issue Jun 16, 2023 · 1 comment · Fixed by #612
Labels
enhancement Issues that are found to be a reasonable candidate feature additions

Comments

@aulemahal
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I'd like to be able to search for the assets of a catalog where a given column is empty (isnull())

Describe the solution you'd like
cat.search(my_col=None) to return lines where cat.df[my_col].is_null().

Describe alternatives you've considered
Fillna the df and search for the filling value.

Additional context
I can submit a PR.

@andersy005 andersy005 added the enhancement Issues that are found to be a reasonable candidate feature additions label Jun 17, 2023
@andersy005
Copy link
Member

👍🏽 for adding support for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues that are found to be a reasonable candidate feature additions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants