Write Python statement to export the DataFrame to a CSV file named data.csv stored at D: drive.
DataFrame.to_csv('D:\\data.csv')