Skip to content

Commit c0bdd67

Browse files
committed
default True
1 parent 0327507 commit c0bdd67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/config_init.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ def is_terminal() -> bool:
430430
with cf.config_prefix("mode"):
431431
cf.register_option(
432432
"nan_is_na",
433-
False,
434-
# TODO: Change this to False before merging
433+
True,
435434
"Whether to make ArrowDtype arrays consistently treat NaN as "
436435
"interchangeable with pd.NA",
437436
validator=is_one_of_factory([True, False]),

0 commit comments

Comments
 (0)