MCPcopy 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
1646class IsNa(Elemwise):
1647 _projection_passthrough = True
1648 _parameters = ["frame"]
1649 operation = M.isna
1650
1651
1652class Mask(Elemwise):

Callers 2

isnaMethod · 0.85
isnullMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected