intake / intake-esm

An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.
https://intake-esm.readthedocs.io
Apache License 2.0
138 stars 47 forks source link

Search for empty fields #611

Closed aulemahal closed 1 year ago

aulemahal commented 1 year ago

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 commented 1 year ago

👍🏽 for adding support for this