Coding Challenge on Exporting Data
Assess your ability to export data using Python.
We'll cover the following
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 1400+ tech skills courses.