Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ isnull
Method
isnull
dask/dataframe/dask_expr/_collection.py:2306–2307 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2304
2305
@derived_from(pd.DataFrame)
2306
def
isnull(self):
2307
return
~self.notnull()
2308
2309
def
compute_current_divisions(self, col=None, set_divisions: bool = False):
2310
""
"Compute the current divisions of the DataFrame.
Callers
nothing calls this directly
Calls
1
notnull
Method · 0.95
Tested by
no test coverage detected