Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas remove index column when saving to csv

df_csv = df0_fa.to_csv('revenue/data/test.csv',mode = 'w', index=False)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #remove #index #column #saving #csv
ADD COMMENT
Topic
Name
4+7 =