MCPcopy Create free account
hub / github.com/dask/dask / isnull

Method isnull

dask/dataframe/dask_expr/_collection.py:2312–2313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2310
2311 @derived_from(pd.DataFrame)
2312 def isnull(self):
2313 return ~self.notnull()
2314
2315 def compute_current_divisions(self, col=None, set_divisions: bool = False):
2316 """Compute the current divisions of the DataFrame.

Callers

nothing calls this directly

Calls 1

notnullMethod · 0.95

Tested by

no test coverage detected