Skip to content

Commit

Permalink
Update config_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Dec 8, 2023
1 parent f0dd987 commit bd82f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/config_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def register_converter_cb(key) -> None:
with cf.config_prefix("future"):
cf.register_option(
"infer_string",
True,
False,
"Whether to infer sequence of str objects as pyarrow string "
"dtype, which will be the default in pandas 3.0 "
"(at which point this option will be deprecated).",
Expand Down

0 comments on commit bd82f8c

Please sign in to comment.