We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d2993 commit d092831Copy full SHA for d092831
pandas/_config/config.py
@@ -141,6 +141,10 @@ def get_option(pat: str) -> Any:
141
"""
142
Retrieve the value of the specified option.
143
144
+ This method allows users to query the current value of a given option
145
+ in the pandas configuration system. Options control various display,
146
+ performance, and behavior-related settings within pandas.
147
+
148
Parameters
149
----------
150
pat : str
0 commit comments