Cheat sheet for pandas.set_options in ipython
Sometimes it can be annoying that the default display.width (aka line_width, but deprecated) is too narrow to display the entire dataframe clearly when using pandas in iPython, so do this in iPython:
If each column is narrow, but you have quite a number of columns and would like to show them on one line, then do this:
Similarly, you can set the number of rows to display (esp. in Jupyter Notebook),
If you don’t have many columns, and want each column to a bigger width,
If you don’t want long string omitted in a notebook cell in Jupyter,