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 05d4a94 commit cbc14d5Copy full SHA for cbc14d5
pandas/core/config_init.py
@@ -430,8 +430,7 @@ def is_terminal() -> bool:
430
with cf.config_prefix("mode"):
431
cf.register_option(
432
"nan_is_na",
433
- False,
434
- # TODO: Change this to False before merging
+ True,
435
"Whether to make ArrowDtype arrays consistently treat NaN as "
436
"interchangeable with pd.NA",
437
validator=is_one_of_factory([True, False]),
0 commit comments