We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68048e commit e4f6270Copy full SHA for e4f6270
pandas/_config/config.py
@@ -321,6 +321,11 @@ def reset_option(pat: str) -> None:
321
"""
322
Reset one or more options to their default value.
323
324
+ This method resets the specified pandas option(s) back to their default
325
+ values. It allows partial string matching for convenience, but users should
326
+ exercise caution to avoid unintended resets due to changes in option names
327
+ in future versions.
328
+
329
Parameters
330
----------
331
pat : str/regex
0 commit comments