turn data frame into downloadable csv link code example
Example: télécharger dataframe python extract
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv', index = False)
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv', index = False)