Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ is_nan_na
Function
is_nan_na
pandas/_config/__init__.py:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
43
def
is_nan_na() -> bool:
44
_mode_options = _global_config[
"future"
]
45
return
not _mode_options[
"distinguish_nan_and_na"
]
Callers
15
mask_missing
Function · 0.90
__setitem__
Method · 0.90
__contains__
Method · 0.90
reconstruct
Method · 0.90
_maybe_mask_result
Method · 0.90
__from_arrow__
Method · 0.90
_coerce_to_data_and_mask
Function · 0.90
to_numpy_dtype_inference
Function · 0.90
_cast_pointwise_result
Method · 0.90
_box_pa_scalar
Method · 0.90
_box_pa_array
Method · 0.90
_arith_method
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected