Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update weekly-challenge-4.md #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,172 @@ Reviewing version history is an effective way to view a changelog in SQL.
* True
* **False**

> Reviewing version history is an effective way to view a changelog in spreadsheets.
> Reviewing version history is an effective way to view a changelog in spreadsheets.













#########################################################################
#########################################################################
#########################################################################
#########################################################################







Fill in the blank: A data analyst finishes cleaning their data. The next step in the process is reporting and ____.

1 / 1 point

manipulation


replacing


[X] verification


processing

Correct
2.
Question 2
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.

1 / 1 point

[X] Consider the goal

Correct

Consider the reporting


[X] Consider the data

Correct

[X] Consider the business problem

Correct
3.
Question 3
Which of the following functions automatically removes extra spaces when cleaning data?

1 / 1 point

SNIP


CLEAR


[X] TRIM


REMOVE

Correct
4.
Question 4
A data analyst uses the COUNTA function to count which of the following?

1 / 1 point

The total number of headers in a specific range


The total number of entries in a changelog


The specific numbers in a dataset


[X] The total number of values within a specified range

Correct
5.
Question 5
Which of the following queries considers one or more conditions and returns a value as soon as that condition is met?

1 / 1 point

SELECT * WHEN CASE COLUMN = VARIABLE


SELECT * IF CASE COLUMN = VARIABLE


SELECT * CASE IF COLUMN = VARIABLE


[X] SELECT * CASE WHEN COLUMN = VARIABLE

Correct
6.
Question 6
What is the process of tracking changes, additions, deletions, and errors during data cleaning?

1 / 1 point

[X] Documentation


Observation


Recording


Cataloging

Correct
7.
Question 7
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?

1 / 1 point

Notepad


Metadata


[X] Changelog


Spreadsheet

Correct
8.
Question 8
You use SQL to clean your data. You make comments whenever you modify your queries to keep track of any changes. What documentation will this practice help you create when you’re done cleaning the data?

1 / 1 point

A query repository


A new dataset


A database


[X] A changelog

Correct