Skip to content

Commit

Permalink
DOC: fix ES01 for pandas.set_option (#60452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 authored Dec 2, 2024
1 parent 6526829 commit fef205a
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit fef205a

Please sign in to comment.