MCPcopy
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
43def is_nan_na() -> bool:
44 _mode_options = _global_config["future"]
45 return not _mode_options["distinguish_nan_and_na"]

Callers 15

mask_missingFunction · 0.90
__setitem__Method · 0.90
__contains__Method · 0.90
reconstructMethod · 0.90
_maybe_mask_resultMethod · 0.90
__from_arrow__Method · 0.90
_coerce_to_data_and_maskFunction · 0.90
to_numpy_dtype_inferenceFunction · 0.90
_box_pa_scalarMethod · 0.90
_box_pa_arrayMethod · 0.90
_arith_methodMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected