Increase display size

For columns and rows

import pandas as pd
pd.set_option('display.max_colwidth', 9999)
pd.set_option('display.max_rows', 9999)