Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question # 2 - - Inspect & Clean reponses.csv Use pandas to load and inspect the responses.csv data and ensure the responses fit the five
Question # Inspect & Clean reponses.csv
Use pandas to load and inspect the responses.csv data and ensure the responses fit the five point Likert scale.
Label
Description
strongly disagree
disagree
neutral
agree
strongly disagree
Since this file was generated by the automated software, you do not expect any significant issues, but better be safe than sorry. Let's double check to make sure.
a Are any responses outside the expected range?
If so what should you do about it
Apply the fix you described above if necessary.
b Do you observe any partial survey completions?
If so what should you do about it
Apply the fix you described above if necessary.
c Do you notice anything unexpected with any of the responses?
If so what should you do about it
Apply the fix you described above if necessary.
d Let's assume an equal distance between each label so that we can translate individual scores to a percentage. This results in the following scores and add a column called score to you dataframe and place the computed score for each answer:
Label
Description
Score
strongly disagree
disagree
neutral
agree
strongly disagree
e Save a clean version of the file once you have fixed issues. Use the name: responsesclean.csv
What to Submit
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