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 b7ab856 commit 44323f2Copy full SHA for 44323f2
pandas/core/config_init.py
@@ -476,7 +476,7 @@ def use_inf_as_na_cb(key) -> None:
476
"copy_on_write",
477
# Get the default from an environment variable, if set, otherwise defaults
478
# to False. This environment variable can be set for testing.
479
- os.environ.get("PANDAS_COPY_ON_WRITE", "0") == "1",
+ True,
480
copy_on_write_doc,
481
validator=is_bool,
482
)
0 commit comments