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.
Diese Übung ist Teil des Kurses
Introduction to DataLab
Anleitung zur Übung
- 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
.
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
