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?