Chapter 2. Introduction To Data Science
Chapter 2. Introduction To Data Science
16
Structured Data
Structured data is data that adheres to a pre-defined
data model and is therefore straightforward to
analyze.
Structured data conforms to a tabular format with a
relationship between the different rows and columns.
Common examples of structured data are Excel files
or SQL databases.
Each of these has structured rows and columns that
can be sorted.
17 Introduction to Data Science
Unstructured Data
Unstructured data does not have a predefined data model
and is not organized in a pre-defined manner.
Unstructured information is typically text-heavy but may
contain data such as dates, numbers, and facts as well.
Unstructured data is difficult to understand using
traditional programs as compared to data stored in
structured databases.
Common examples of unstructured data include audio
files, video files, PDF, Word file or No-SQL databases.