Question: Please finish the following questions in Python, and upload the python code file (.py) to d21 dropbox to earn your points. 1. With the given
Please finish the following questions in Python, and upload the python code file (.py) to d21 dropbox to earn your points. 1. With the given dataset in a csv file, named "sales_data.csv". The file has the following columns: "Date" (01/01/22 -3/31/22), "Product" (Widget A, Widget B, Widget C), "Units Sold" (0-300), "Sales Price" ($5 - $20). Write a program that reads the data using pandas, clean the data: 1. Handle the missing values. 2. Identify and handle the wrong values. 3. Format the wrong format data. 4. Remove the duplicated data rows
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
