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 3979e95 commit d67055fCopy full SHA for d67055f
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