Is there a way to widen the display of output in either interactive or script-execution mode?
Specifically, I am using the describe() function on a pand
describe()
You can set the output display to match your current terminal width:
pd.set_option('display.width', pd.util.terminal.get_terminal_size()[0])