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

Class IsNa

dask/dataframe/dask_expr/_expr.py:1650–1653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1648
1649
1650class IsNa(Elemwise):
1651 _projection_passthrough = True
1652 _parameters = ["frame"]
1653 operation = M.isna
1654
1655
1656class Mask(Elemwise):

Callers 2

isnaMethod · 0.85
isnullMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected