Dataframe to .csv-file

Hi all!

Is it possible to extract dataframe data to .csv-file?

I’m using the following command:

df_countries.to_csv(“countries.csv”)
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_csv.html

but nothing is created. Should I add some extra parameters to be able to create .csv-file?

Hello @timaero,

The attached files panel is not updated automatically, you have to press a Reload button there. DataFrame.to_csv method should work as expected