structured data

pull/38/head
Jasmine 4 years ago
parent bc4794195c
commit 401629fbf4

@ -17,12 +17,18 @@ This lesson focuses on identifying and classifying data by its characteristics a
### Numerical ### Numerical
### Categorical ### Categorical
## How Data is Structured ## How Data is Structured
## Structured Data ## Structured Data
Structured data is data that is organized into rows and columns, where each row will have the same set of columns. A benefit of structured data is that it can be organized in such a way that it can be related to other structured data. However, because the data is designed to be organized in a specific way, making changes to its overall structure can take a lot of effort to do.
Examples of structured data: Spreadsheets, relational databases
## Semi-structured ## Semi-structured
## Unstructured Data
## Unstructured Data
Unstructured data
## Sources of Data ## Sources of Data
### Internet ### Internet
#### APIs #### APIs

Loading…
Cancel
Save