DICT R2 DSA Training CSU Carig Campus
Interactive Lecture & Labs

Intro to Data Science & Analytics

Understand how raw facts transform into organizational intelligence. Discover structured vs unstructured data structures, analytics categories, predictive algorithms, decision support models, and recommendation pipelines.

1.1

Defining Data & Formats

**Data** can be formally defined as *facts and statistics collected together for reference or analysis*, or as *information in digital form that can be transmitted or processed further*. Digitized information flows primarily in two organizational formats:

Highly Categorized

Structured Data

Information organized inside a predefined schema with rigid schemas, clear categories, and mathematical relationships. Frequently located in relational databases (SQL) or clean spreadsheet tables (CSV).

data.frame(...)
No Predefined Schema

Unstructured Data

Information that lack predefined organizational matrices or relational keys. Includes voice logs, raw audio wavs, video logs, PDFs, raw texts, images, and unstructured API feeds.

raw_data_stream

Interactive Lab: Data Format Classifier

Classify the data elements correctly to understand structured vs unstructured models.

Accuracy: 0/6 Correct
Structured Data Container
Unstructured Data Container
1.2

The 4 Pillars of Data Analytics

DESCRIPTIVE ANALYTICS

Exploratory Historical Diagnostics

Examines historical raw databases to summarize past events, standardizing measurements through summary tables, graphs, and simple aggregations.

Real-World Application Focus:

Historical crop yield reports across Philippine agricultural cooperatives.