0
Q:

saving a pandas dataframe as a csv

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

New to Communities?

Join the community