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

Method isnull

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

notnullMethod · 0.95

Tested by

no test coverage detected