From b306b7f35aea58cc667511d799f246cd54ca5797 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Thu, 5 Aug 2021 17:30:13 -0400 Subject: [PATCH] defining data assignment --- 1-Introduction/03-defining-data/README.md | 2 +- 1-Introduction/03-defining-data/assignment.md | 41 ++++++++++++++++++- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/1-Introduction/03-defining-data/README.md b/1-Introduction/03-defining-data/README.md index 01af67f..7d69c0e 100644 --- a/1-Introduction/03-defining-data/README.md +++ b/1-Introduction/03-defining-data/README.md @@ -54,4 +54,4 @@ Databases are a common source and rely on a database management system to host a ## Assignment -[Assignment Title](assignment.md) +[Classifying Datasets](assignment.md) diff --git a/1-Introduction/03-defining-data/assignment.md b/1-Introduction/03-defining-data/assignment.md index b7af641..3bc2f41 100644 --- a/1-Introduction/03-defining-data/assignment.md +++ b/1-Introduction/03-defining-data/assignment.md @@ -1,8 +1,47 @@ -# Title +# Classifying Datasets ## Instructions +Follow the prompts in this assignment to identify and classify the data with one of each of the following data types: + +Structure Types: Structured, Semi-Structured, or Unstructured +Value Types: Qualitative or Quantitative +Source Types: Primary or Secondary + +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: +Value Type: +Source Type: + +2. A smart watch has been collecting heart rate data from its wearer, and the raw data is in JSON format. + +Structure Type: +Value Type: +Source Type: + +3. A workplace survey of employee morale that is stored in a CSV file. + +Structure Type: +Value Type: +Source Type: + + +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: +Value Type: +Source Type: + + +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: +Value Type: +Source Type: + ## 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