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

Method isna

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

Source from the content-addressed store, hash-verified

373 return ToTimestamp(self, freq=freq, how=how)
374
375 def isna(self):
376 return IsNa(self)
377
378 def isnull(self):
379 # These are the same anyway

Callers 15

assert_numpy_array_equalFunction · 0.45
_adjust_for_arrow_naFunction · 0.45
_value_countsFunction · 0.45
set_partitions_preFunction · 0.45
_check_divisionsFunction · 0.45
_sort_mixedFunction · 0.45
operationMethod · 0.45
_calculate_divisionsFunction · 0.45
test_isnaFunction · 0.45
apply_conjunctionFunction · 0.45
_hive_dirnameFunction · 0.45

Calls 1

IsNaClass · 0.85

Tested by 7

test_isnaFunction · 0.36
test_filter_isnaFunction · 0.36
test_isnaFunction · 0.36
test_mask_where_callableFunction · 0.36