You want to pandas to print more data on your wide terminal window?
pd.set_option('display.line_width', 200)
You want to make the max column width larger?
pd.set_option('max_colwidth',80)