df display options

PHOTO EMBED

Mon Aug 23 2021 00:17:49 GMT+0000 (Coordinated Universal Time)

Saved by @jmbenedetto #python

pd.set_option('display.max_rows', 200)
pd.set_option('display.max_columns', None)
pd.set_option('display.width', None)
pd.set_option('display.max_colwidth', None)
content_copyCOPY

All columns will be displayed. Max 200 rows.