pandas.reset_option(pat) = Reset one or more options to their default value. Pass ?all? as argument to reset all options
pandas.set_option(pat, value) = Sets the value of the specified option. Available options: display
pandas.describe_option(pat, _print_desc=False) = Prints the description for one or more registered options. Call
class pandas.option_context(*args)
pandas.get_option(pat) = Retrieves the value of the specified option. Available options: display