Filtering and creating a chart
Chart cells in Datalab allow you to quickly visualize data without writing code. This helps in identifying trends, comparisons, and insights at a glance.
In this exercise, you will create a bar chart to explore data and determine which country had the most Gold medals in the 1912 Olympics.
This exercise is part of the course
Introduction to DataLab
Exercise instructions
- Filter the Explore cell for
"Gold"
medals in the year1912
. - Create a bar chart showing the "count" of countries, representing how many Gold medals each country won in the 1912 Olympics.
- Check which country had the most Gold medals.
- Assign the 3 letter country code to the variable
most_golds
.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
