Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This assignment tests your data cleaning skills. You are provided with a dataset in . xlsx format from Returnorama Outfitters ( available here ) .
This assignment tests your data cleaning skills. You are provided with a dataset in xlsx format from Returnorama Outfitters available here The data includes columns that are described below:
Order ID: A label provided to each order placed on the Returnorama Outfitters website.
Number of units ordered: The number of items in the basket for a single order must be a positive quantity
Total value of items in the order: The total $ amount for a single order must be a positive quantity
Shipping option: The shipping opon chosen by the customer Standard Expedited, Premium
Destination: Is the order to be shipped to a domestic or international address?
Number of items returned: The number of items that the customer returned to Returnorama Outfitters. This number must be less than or equal to the number of units ordered and nonnegative.
Past orders: The number of previous orders placed by the same customer must be a nonnegative quantity
They have had many different people working on data entry and used two different database management systems during this time window. This is cause for worry since the dataset that they want to analyze may contain erroneous entries.
The following questions are of two types. Carry out a step of data cleaning and provided an answer based on what you did, and Carry out some summarization of the data. Please follow the instructions associated with each question and pick the correct answer.
You have two attempts on this assignment and have to answer only incorrect ones on your second attempt.
Question points
Ensure that you convert all columns to their appropriate data types. Which of these columns should be converted to numeric type? Select all that apply.
Question options:
Past orders
Destination
Number of items returned
Total value of items in the order
Shipping option
Number of units ordered
Question points
Look for typos in each column and fix them. How many columns had typos? Only consider columns that are categoricalqualitative for this question.
Question options:
Question points
Which of the following columns has missing values? Select all that apply
Question options:
Destination
Shipping option
Number of units ordered
Number of items returned
Question points
How many rows have missing values? Delete these rows after you answer the question
Question options:
Question points
Which of the following statements is true?
Question options:
There are four rowsobservations that have more items returned than number ordered
There are four orders with negative values in the column titled "Total value of items in the order"
There is one rowobservation that has more items returned than number ordered
The "Number of units ordered" column has entries with negative values
Question points
How many duplicate rows are in the dataset at this point? Remove all of them after answering this question.
Question options:
For the remaining questions, please use the cleaned data set provided here.
Question points
What is the average number of items returned for orders with a "Domestic" destination?
Question options:
Question points
High risk orders are defined as those international orders with an average basket value total value of items orderednumber of units ordered greater than How many high risk orders are in the cleaned dataset?
Question options:
Question points
Which shipping method is the most commonly used?
Question options:
Standard
Premium
Expedited
All of them are used with the exact same frequency
Question points
For observations with a value of more than in the Past Orders column, what is the highest value in the Number of items returned column?
Question options:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started