Answered step by step
Verified Expert Solution
Link Copied!

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 #2-- 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
1
strongly disagree
2
disagree
3
neutral
4
agree
5
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
1
strongly disagree
0.20
2
disagree
0.40
3
neutral
0.60
4
agree
0.80
5
strongly disagree
1.00
(e) Save a clean version of the file once you have fixed issues. Use the name: responses_clean.csv
What to Submit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Dont off er e-mail communication if you arent going to respond.

Answered: 1 week ago