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 35b0d1d commit ff442afCopy full SHA for ff442af
pandas/core/config_init.py
@@ -880,7 +880,7 @@ def register_converter_cb(key: str) -> None:
880
with cf.config_prefix("future"):
881
cf.register_option(
882
"infer_string",
883
- True if os.environ.get("PANDAS_FUTURE_INFER_STRING", "0") == "1" else False,
+ True,
884
"Whether to infer sequence of str objects as pyarrow string "
885
"dtype, which will be the default in pandas 3.0 "
886
"(at which point this option will be deprecated).",
0 commit comments