pd.set_option('display.max_columns', None)
Ref:- https://stackoverflow.com/a/51540918/6305733
tags | show all rows
pd.set_option('display.max_rows', None)
Sample usage:
See also: