Skip to content

Commit 7048361

Browse files
committed
Change default
1 parent 6e55ce2 commit 7048361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/config_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def register_converter_cb(key) -> None:
903903
with cf.config_prefix("future"):
904904
cf.register_option(
905905
"infer_string",
906-
os.environ.get("PANDAS_INFER_STRING", "0") == "0",
906+
os.environ.get("PANDAS_INFER_STRING", "0") == "1",
907907
"Whether to infer sequence of str objects as pyarrow string "
908908
"dtype, which will be the default in pandas 3.0 "
909909
"(at which point this option will be deprecated).",

0 commit comments

Comments
 (0)