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:1649–1652 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1647
1648
1649
class
IsNa(Elemwise):
1650
_projection_passthrough = True
1651
_parameters = [
"frame"
]
1652
operation = M.isna
1653
1654
1655
class
Mask(Elemwise):
Callers
2
isna
Method · 0.85
isnull
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected