Skip to content

Commit bfa5a93

Browse files
committed
Update config lookup
1 parent fe68cef commit bfa5a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_config/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def using_string_dtype() -> bool:
3636

3737

3838
def using_pdep16_nan_behavior() -> bool:
39-
_mode_options = _global_config["mode"]
40-
return _mode_options["pdep16_nan_behavior"]
39+
_mode_options = _global_config["future"]
40+
return _mode_options["numpy_nullable_nans_always_na"]

0 commit comments

Comments
 (0)