Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ isna
Method
isna
dask/dataframe/dask_expr/_expr.py:376–377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
374
return
ToTimestamp(self, freq=freq, how=how)
375
376
def
isna(self):
377
return
IsNa(self)
378
379
def
isnull(self):
380
# 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