Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using the netflix data for this assignment: For each question below ( 1 - 4 ) , you must include the following to obtain full
using the netflix data for this assignment: For each question below you must include the following to obtain full
credit:
Identification Query: A single SELECT query showing the data needing cleaning eg
SELECT FROM table WHERE columnname 'None Given'
Update Query: The query that performs the update to the table
Validation Query: A query validating the change
Rationale Comment: A comment explaining the purpose of the modification and the
logic behind your choice. These rationales should be sentences in length.
Questions
Locate values in a single column that are not null but represent missing, incorrect, or
inconsistent data. For example:
Zeros in a column where a numeric value should be present
NA Not Applicable, or other similar values
Values that fall outside the normal range of values for the column
Choose one of the following actions to perform on this one column:
a Change the values so that they are correctly labeled and recognized by SQL as
NULL values
b Modify the values to more accurately represent the data such as replacing them
with the column's mean
c Remove the data containing these values
Repeat Step using a different method eg a b or c from above on a different
column.
Group similar values ie Sr Senior, Sr from the video misspelled, or inconsistent
data for one column to make the data correct and consistent. Only one group of similar
values need to be cleaned, not the entire column.
Choose an additional method of data cleaning, not previously utilized in this
assignment, that was demonstrated either in the textbook or in the videos. Your
selected method should be done with the purpose to make the data more useful. We
want to see that you really understand how to clean and manipulate data well, so
carefully consider your approach, ensuring it demonstrates a thoughtful and skillful
handling of the data. It should be something completely different to anything that you
have done in previous steps.
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