Coding Challenge on Exporting Data

Assess your ability to export data using Python.

Challenge 1: Export to a CSV file

We've already imported the pandas library and saved clean data in the clean_data DataFrame. Write code to export the data in the clean_data DataFrame to the clean_data.csv dataset. Confirm the export by loading and saving the clean_data.csv dataset in the final_df DataFrame.

Get hands-on with 1200+ tech skills courses.