Capstone 4 · Levels III to IV
The Data Detective
You are handed a dataset on the Great Migration: cities, arrival decades, population changes, and the institutions that grew from them. Your job is to answer questions nobody has written the code for yet. Which decade saw the largest movement? Which city grew fastest relative to its starting size? Which institutions appear in more than one city? Sort, filter, group, deduplicate, and search your way to answers, then present them as a written analysis rather than raw numbers.
Concepts used
Your dataset
At least ten city records spanning four decades, each with a nested institutions list.
Milestones
The graded core
The rest of this project is yours to shape. This one function is the piece everything else depends on, so it runs against hidden tests to prove it is right before you build outward.
Your workspace
Build the full project here. Work through the milestones in order, in both languages.