show_all_the_rows_and_columns
Table of Contents
show all the rows and columns
tags | print all the rows and columns
pd.set_option('display.max_columns', None, 'display.max_rows', None)
show all the columns
tags | print all columns
pd.set_option('display.max_columns', None)
show all the rows
tags | print all rows
pd.set_option('display.max_rows', None)
Sample usage:
See also:
- https://pandas.pydata.org/docs/reference/api/pandas.set_option.html - list of settable options
defaults
- By default, pandas shows 60 rows and 20 columns.
show_all_the_rows_and_columns.txt · Last modified: 2023/02/06 21:07 by raju