Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #maximun #row #columns #python
ADD COMMENT
Topic
Name
2+3 =