Question

How to save a DataFrame in a .csv file in Python?


Annonce
Ad

Answer

df.to_csv('filename.csv')


[source]
# ID Query