Context manager to temporarily set options in the with statement context.
You need to invoke as option_context(pat, val, [(pat, val), ...])
.
Examples
>>> from pandas import option_context >>> with option_context('display.max_rows', 10, 'display.max_columns', 5): ... pass
Methods
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4