Python Script to Clean a CSV Dataset
تفاصيل العمل
We have collected a small dataset for a project, but it has some missing values. We need a Python developer to write a quick script to clean it up before we run our machine learning models on it. Write a Python script that uses the pandas library to do the following: Load a CSV file named raw_data.csv. Remove any rows that contain missing (NaN/Null) values in any column. Save the cleaned dataset as a new file named cleaned_data.csv without exporting the index column.
مهارات العمل