Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_equal
Function · 0.45
_adjust_for_arrow_na
Function · 0.45
_value_counts
Function · 0.45
set_partitions_pre
Function · 0.45
_check_divisions
Function · 0.45
_sort_mixed
Function · 0.45
operation
Method · 0.45
_calculate_divisions
Function · 0.45
test_merge_columns_dtypes1
Function · 0.45
test_isna
Function · 0.45
apply_conjunction
Function · 0.45
_hive_dirname
Function · 0.45
Calls
1
IsNa
Class · 0.85
Tested by
7
test_merge_columns_dtypes1
Function · 0.36
test_isna
Function · 0.36
test_filter_isna
Function · 0.36
test_isna
Function · 0.36
test_mask_where_callable
Function · 0.36
test_merge_columns_dtypes
Function · 0.36
test_series_agg_with_min_count
Function · 0.36