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

Callers 2

isnaMethod · 0.85
isnullMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected