find maximum line value in dataframe pandas code example
Example: maximun row and columns in python
print (pd.options.display.max_columns) # <--- this will display your limit
pd.options.display.max_columns = 500 # this will set limit of columns to 500