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 12ec398 commit 72f4d3dCopy full SHA for 72f4d3d
pandas/core/config_init.py
@@ -901,11 +901,8 @@ def register_converter_cb(key: str) -> None:
901
cf.register_option(
902
"no_silent_downcasting",
903
False,
904
- "Whether to opt-in to the future behavior which will *not* silently "
905
- "downcast results from Series and DataFrame `where`, `mask`, and `clip` "
906
- "methods. "
907
- "Silent downcasting will be removed in pandas 3.0 "
908
- "(at which point this option will be deprecated).",
+ "This option is deprecated and will be removed in a future version. "
+ "It has no effect.",
909
validator=is_one_of_factory([True, False]),
910
)
911
0 commit comments