0
Q:

download dataframe as csv

df.to_csv('file_name.csv')
8
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv')
0
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv', index = False)
16

New to Communities?

Join the community