Skip to content

Commit fef205a

Browse files
DOC: fix ES01 for pandas.set_option (#60452)
1 parent 6526829 commit fef205a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/_config/config.py

+5
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ def set_option(*args) -> None:
188188
"""
189189
Set the value of the specified option or options.
190190
191+
This method allows fine-grained control over the behavior and display settings
192+
of pandas. Options affect various functionalities such as output formatting,
193+
display limits, and operational behavior. Settings can be modified at runtime
194+
without requiring changes to global configurations or environment variables.
195+
191196
Parameters
192197
----------
193198
*args : str | object

0 commit comments

Comments
 (0)