PRACTICE QUIZ
Fill in the blank: Once data is clean, a data analyst moves on to _____ and verification.
Once data is clean, a data analyst moves on to reporting and verification.
A data analyst is in the verification step. They consider the business problem, the goal, and the data involved in their analytics project. What scenario does this describe?
To see the big picture when verifying data cleaning, consider the business problem, the goal, and the data.
Which of the following functions automatically remove extra spaces when cleaning data?
TRIM automatically removes extra spaces when cleaning data.
While verifying cleaned data, a data analyst encounters a misspelled name. Which function can they use to determine if the error is repeated throughout the dataset?
To determine if the error is repeated throughout the dataset, they can use COUNTA.
A data analyst uses a changelog while cleaning data. What process does a changelog support?
A changelog supports documentation.
Verification and reporting come directly before the data-cleaning process.
Review the video that introduces verification and reporting for a refresher.
What is the first step in the verification process?
The first step in the verification process is to compare cleaned data with the original, uncleaned dataset and compare it to what is there now.
Which function removes leading, trailing, and repeated spaces in data?
TRIM is a function that removes leading, trailing, and repeated spaces in data.
Which SQL tool considers one or more conditions, then returns a value as soon as a condition is met?
CASE considers one or more conditions, then returns a value as soon as a condition is met.
Fill in the blank: A changelog contains a _____ list of modifications made to a project.
A data analyst uses a changelog to access the information needed. A changelog is a file that contains a chronological list of modifications made to a project.
A data analyst makes changes to SQL queries and uses these comments to create a changelog. This involves specifying the changes they made and why they made them.
A data analyst making changes to SQL queries and using these comments to create a changelog involves specifying the changes they made and why they made them.
What is involved in seeing the big picture when verifying data cleaning? Select all that apply.
To see the big picture when verifying data cleaning, consider the business problem, the goal, and the data.
Fill in the blank: TRIM is a function that removes _____ spaces in data. Select all that apply.
TRIM is a function that removes leading, trailing, and repeated spaces in data.
What is the process of tracking changes, additions, deletions, and errors during data cleaning?
Documentation is the process of tracking changes, additions, deletions, and errors during data cleaning.
At what point during the analysis process does a data analyst use a changelog?
A data analyst uses a changelog while cleaning data.
A data analyst is starting a large scale project. The project will be crucial to business success and the data analyst needs to keep the big picture at the forefront when verifying their data cleaning. What is the first step in the verification process?
During the verification process, you find that you missed a few leading spaces during data cleaning. What function can you use to eliminate these spaces?
What tool can a data analyst use to figure out how many identical errors occur in a dataset?
You find a few misspellings in your datatable and need to correct them when running a query. What function can you use when your set condition is met?
A data analyst uses a changelog while cleaning their data. What data modifications should they track in the changelog?
Fill in the blank: A process to confirm that a data-cleaning effort was well-executed and the resulting data is accurate and reliable is known as _____.
During data cleaning, you find an error in a username where the ID number was accidentally joined to the userโs last name. You need to figure out if this username has been entered incorrectly more than once in your dataset. If you use a pivot table, what function can you use to determine the number of times this error occurs in your dataset?
Fill in the blank: A data analyst uses the CASE statement to consider one or more _____, then return a value.
Fill in the blank: While cleaning data, a data analyst can use a changelog to keep a chronological list of changes they make. They can refer to it during the _____ period if there are errors or questions.
A data analyst is reviewing modifications made to a SQL table and a spreadsheet. The data analyst will get similar results when using the changelogs for both data sources.
Fill in the blank: A data analyst finishes cleaning their data. The next step in the process is reporting and ____.
A data analyst is starting a large scale project that is crucial to business success. The data analyst needs to remember the big picture when verifying their data cleaning. What is involved when focusing on the big picture-view of the project? Select all that apply.
Your manager points out an error in a product ID number in your dataset. The Product IDs can be numbers like 42 or text like "CAD-425". Using a pivot table, what function can you use to find how many times this error occurs in the dataset?
A data analyst is in the verification process and needs to verify the modifications that they have made to the data. What could the analyst reference to find the changes they made throughout data cleaning?
A data analyst uses the COUNTA function to count which of the following?
Youโre working with a dataset that contains categorical variables. You notice that some of the strings are misspelled or are not capitalized. What function can you use to fix these errors when a condition is met?
Fill in the blank: Documentation is the process of tracking _____ during data cleaning. Select all that apply.
Fill in the blank: As a data analyst, you should always create a _____ to track your additions, deletions, errors, and changes to a query.
In what step of the data-cleaning process do you find mistakes before you begin analyzing the data?
As a data analyst, you will need to keep the big picture in mind throughout any project when verifying data cleaning. What must the analyst do to take a big picture view of the project? Select all that apply.
Ready to test your recall?
Fill in the blank: Once data is clean, a data analyst moves on to _____ and verification.
How confident are you in this answer?