Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ IsNa
Class
IsNa
dask/dataframe/dask_expr/_expr.py:1646–1649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1644
1645
1646
class
IsNa(Elemwise):
1647
_projection_passthrough = True
1648
_parameters = [
"frame"
]
1649
operation = M.isna
1650
1651
1652
class
Mask(Elemwise):
Callers
2
isna
Method · 0.85
isnull
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected