We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6526829 commit fef205aCopy full SHA for fef205a
pandas/_config/config.py
@@ -188,6 +188,11 @@ def set_option(*args) -> None:
188
"""
189
Set the value of the specified option or options.
190
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
+
196
Parameters
197
----------
198
*args : str | object
0 commit comments