Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pandas/_config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ def set_option(*args) -> None:
"""
Set the value of the specified option or options.

This method allows fine-grained control over the behavior and display settings
of pandas. Options affect various functionalities such as output formatting,
display limits, and operational behavior. Settings can be modified at runtime
without requiring changes to global configurations or environment variables.

Parameters
----------
*args : str | object
Expand Down
Loading