Intermediate
Python CSV Data Cleaner
Generate a Python script to clean messy data in a CSV file using pandas.
📝 Contenu du Prompt
Write a Python script using the pandas library to read a file named 'data.csv', remove any rows with missing values in the 'email' column, and save the cleaned data to 'clean_data.csv'.