Avatar of Hiro 714
Hiro 714

asked on 

Python Pandas question

I would like to add a date on my filename. Please advise.
df_data.to_csv("yourfilename.csv",index = False, encoding='utf_8_sig')

Open in new window

Python

Avatar of undefined
Last Comment
Norie

8/22/2022 - Mon