MCPcopy Index your code
hub / github.com/dask/dask / isnull

Method isnull

dask/dataframe/dask_expr/_expr.py:378–380  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

376 return IsNa(self)
377
378 def isnull(self):
379 # These are the same anyway
380 return IsNa(self)
381
382 def round(self, decimals=0):
383 return Round(self, decimals=decimals)

Callers 13

_cov_corr_chunkFunction · 0.45
_convert_to_numericFunction · 0.45
valid_divisionsFunction · 0.45
cummin_aggregateFunction · 0.45
cummax_aggregateFunction · 0.45
fillna_checkFunction · 0.45
test_isnullFunction · 0.45
test_set_index_on_emptyFunction · 0.45
_asarray_isnullFunction · 0.45
test_dtype_complexFunction · 0.45
test_isnullFunction · 0.45

Calls 1

IsNaClass · 0.85

Tested by 6

test_isnullFunction · 0.36
test_set_index_on_emptyFunction · 0.36
test_dtype_complexFunction · 0.36
test_isnullFunction · 0.36