diff --git a/1-Introduction/03-defining-data/assignment.md b/1-Introduction/03-defining-data/assignment.md index 84a4e441..3e401179 100644 --- a/1-Introduction/03-defining-data/assignment.md +++ b/1-Introduction/03-defining-data/assignment.md @@ -12,54 +12,54 @@ Follow the prompts in this assignment to identify and classify the data with one 1. A company has been acquired and now has a parent company. The data scientists have received a spreadsheet of customer phone numbers from the parent company. -Structure Type: +Structure Type: Structured -Value Type: +Value Type: Quantitative -Source Type: +Source Type: Secondary --- 2. A smart watch has been collecting heart rate data from its wearer, and the raw data is in JSON format. -Structure Type: +Structure Type: Semi-Structured -Value Type: +Value Type: Quantitative -Source Type: +Source Type: Primary --- 3. A workplace survey of employee morale that is stored in a CSV file. -Structure Type: +Structure Type: Un-Structured -Value Type: +Value Type: Qualitative -Source Type: +Source Type: Primary --- 4. Astrophysicists are accessing a database of galaxies that has been collected by a space probe. The data contains the number of planets within in each galaxy. -Structure Type: +Structure Type: Structured -Value Type: +Value Type: Quantitative -Source Type: +Source Type: Secondary --- 5. A personal finance app uses APIs to connect to a user's financial accounts in order to calculate their net worth. They can see all of their transactions in a format of rows and columns and looks similar to a spreadsheet. -Structure Type: +Structure Type: Structured -Value Type: +Value Type: Quantitative -Source Type: +Source Type: Secondary ## Rubric Exemplary | Adequate | Needs Improvement --- | --- | -- | -Correctly identifies all structure, value, and sources |Correctly identifies 3 all structure, value, and sources|Correctly identifies 2 or less all structure, value, and sources| \ No newline at end of file +Correctly identifies all structure, value, and sources |Correctly identifies 3 all structure, value, and sources|Correctly identifies 2 or less all structure, value, and sources|