Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_chunk
Function · 0.45
_convert_to_numeric
Function · 0.45
valid_divisions
Function · 0.45
cummin_aggregate
Function · 0.45
cummax_aggregate
Function · 0.45
fillna_check
Function · 0.45
test_isnull
Function · 0.45
test_set_index_on_empty
Function · 0.45
test_embarrassingly_parallel_operations
Function · 0.45
_asarray_isnull
Function · 0.45
test_dtype_complex
Function · 0.45
test_isnull
Function · 0.45
Calls
1
IsNa
Class · 0.85
Tested by
6
test_isnull
Function · 0.36
test_set_index_on_empty
Function · 0.36
test_embarrassingly_parallel_operations
Function · 0.36
test_dtype_complex
Function · 0.36
test_isnull
Function · 0.36
test_isnull_result_is_an_array
Function · 0.36