Pack 7 / Pre-pandas Data Thinking
records and structured data
Lesson pack7-1
records and structured data
not started
Hook
A dataset is really lots of tiny facts organised in the same shape.
One record is one item, like one student, one game, or one score.
A dictionary is useful because each piece of data gets a label.
A dataset can be a list of dictionaries.
Mini Challenge
Print the genre from the second record so the output is exactly: sim
Full lesson mode with normal detail.
Code Lab
Try it now
Output updates below
Output
Sky Dash
Run the code, tweak it, then beat the challenge.
