Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Display max number of columns pandas

# displays max number of columns and rows


import pandas as pd
pd.options.display.max_rows = 999
pd.options.display.max_columns = 999
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Display #max #number #columns #pandas
ADD COMMENT
Topic
Name
4+1 =