Skip to content

Commit 72f4d3d

Browse files
committed
update description
1 parent 12ec398 commit 72f4d3d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pandas/core/config_init.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,8 @@ def register_converter_cb(key: str) -> None:
901901
cf.register_option(
902902
"no_silent_downcasting",
903903
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).",
904+
"This option is deprecated and will be removed in a future version. "
905+
"It has no effect.",
909906
validator=is_one_of_factory([True, False]),
910907
)
911908

0 commit comments

Comments
 (0)