Learn Before
Structured Data
Structured data is comprised of clearly defined data types whose pattern makes them easily searchable. Data may be human or machine generated as long as the data is created within an RDBMS structure. This format is eminently searchable both with human generated queries and via algorithms using type of data and field names, such as alphabetical or numeric, currency or date.
0
1
Tags
Data Science
Learn After
Examples of Structured Data
Images for cat recognition is an example of “structured” data, because it is represented as a structured array in a computer. True/False?
A demographic dataset with statistics on different cities' population, GDP per capita, economic growth is an example of “unstructured” data because it contains data coming from different sources. True/False?