I have a dataframe that consist of hundreds of columns, and I need to see all column names.
What I did:
In[37]: data_all2.columns
T
you can try this
pd.pandas.set_option('display.max_columns', None)