defining data assignment

pull/38/head
Jasmine 3 years ago
parent 11ec381b78
commit b306b7f35a

@ -54,4 +54,4 @@ Databases are a common source and rely on a database management system to host a
## Assignment ## Assignment
[Assignment Title](assignment.md) [Classifying Datasets](assignment.md)

@ -1,8 +1,47 @@
# Title # Classifying Datasets
## Instructions ## 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 ## Rubric
Exemplary | Adequate | Needs Improvement 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|
Loading…
Cancel
Save