Data Types

==2024-12-23


<% tp.file.cursor(4) %>


Theory

CategoryData TypeExamplesExample Data
Structured Data-Spreadsheets, SQL databasesStudent database: Name, Age, Grade
Unstructured Data-Text documents, images, videos”This is a text document,” image.jpg
Semi-structured-JSON files, XML files{"name": "John", "age": 30}
Quantitative DataDiscreteNumber of students, books in a library25 students, 150 books
ContinuousHeight, temperature, weight5.9 feet, 36.5°C, 70.5 kg
Qualitative DataNominalColors (red, blue, green), types of animals”Red,” “Cat,” “Dog”
OrdinalRankings (1st, 2nd, 3rd), education levels”1st place,” “High,” “Medium”

PTR