how to save the data frame into .csv file in python code example
Example: save dataframe as csv
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv')
df.to_csv(r'Path where you want to store the exported CSV file\File Name.csv')