We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e55ce2 commit 7048361Copy full SHA for 7048361
pandas/core/config_init.py
@@ -903,7 +903,7 @@ def register_converter_cb(key) -> None:
903
with cf.config_prefix("future"):
904
cf.register_option(
905
"infer_string",
906
- os.environ.get("PANDAS_INFER_STRING", "0") == "0",
+ os.environ.get("PANDAS_INFER_STRING", "0") == "1",
907
"Whether to infer sequence of str objects as pyarrow string "
908
"dtype, which will be the default in pandas 3.0 "
909
"(at which point this option will be deprecated).",
0 commit comments