Вы можете добавить ниже двух строк, чтобы увидеть все строки / столбцы
pd.set_option('display.max_columns', n) #replace n with the number of columns you want to see completely
pd.set_option('display.max_rows', n) #replace n with the number of rows you want to see completely