We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe68cef commit bfa5a93Copy full SHA for bfa5a93
pandas/_config/__init__.py
@@ -36,5 +36,5 @@ def using_string_dtype() -> bool:
36
37
38
def using_pdep16_nan_behavior() -> bool:
39
- _mode_options = _global_config["mode"]
40
- return _mode_options["pdep16_nan_behavior"]
+ _mode_options = _global_config["future"]
+ return _mode_options["numpy_nullable_nans_always_na"]
0 commit comments