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 1f529e5 commit 4cecdb7Copy full SHA for 4cecdb7
pandas/core/config_init.py
@@ -429,7 +429,7 @@ def is_terminal() -> bool:
429
430
cf.register_option(
431
"nan_is_na",
432
- os.environ.get("PANDAS_NAN_IS_NA", "0") == "1",
+ os.environ.get("PANDAS_NAN_IS_NA", "1") == "1",
433
"Whether to treat NaN entries as interchangeable with pd.NA in "
434
"numpy-nullable and pyarrow float dtypes. See discussion in "
435
"https://github.com/pandas-dev/pandas/issues/32265",
0 commit comments