MCPcopy
hub / github.com/dask/dask / isna

Method isna

dask/dataframe/dask_expr/_collection.py:1929–1930  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1927
1928 @derived_from(pd.DataFrame)
1929 def isna(self):
1930 return new_collection(self.expr.isna())
1931
1932 def random_split(self, frac, random_state=None, shuffle=False):
1933 """Pseudorandomly split dataframe into different pieces row-wise

Callers 2

from_pandasFunction · 0.45
isnaFunction · 0.45

Calls 1

new_collectionFunction · 0.90

Tested by

no test coverage detected