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 7ee801a commit 6661dd1Copy full SHA for 6661dd1
pandas/core/config_init.py
@@ -909,6 +909,6 @@ def register_converter_cb(key: str) -> None:
909
"(at which point this option will be deprecated).",
910
validator=is_one_of_factory([True, False]),
911
)
912
-
+
913
# GH#59502
914
cf.deprecate_option("future.no_silent_downcasting", Pandas4Warning)
0 commit comments