This is the Input that I put in learning to export to csv file
data.to_csv(\'test.csv\', header=True, sep=\',\')
Thi