Skip to content
Back to course

6.2 Types of Data

Data comes in different shapes. Structured data fits neatly in tables (like a spreadsheet of names and ages), while unstructured data — photos, audio, free text — has no fixed rows and columns.

AIMLDL
Structured vs unstructured, numeric vs categorical — the main ways data is grouped.

Within tables, values are either numeric (numbers you can measure, like price) or categorical (labels like region or 'yes/no'). Knowing the type tells you how to clean, visualize, and model it.

A merchant's sales sheet is structured (date, item, birr amount). The customer photos they post on Telegram are unstructured. Within the sheet, 'birr amount' is numeric and 'payment method' is categorical.

Scenario

You have a column 'shirt size' with values S, M, L, XL. How should you treat it?

Check your understanding

1/4 · 40 XP

Which is unstructured data?