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 film rating has the highest number of movies using the descriptions
table in the Course databases
.
Diese Übung ist Teil des Kurses
Introduction to DataLab
Anleitung zur Übung
- Toggle the Explore cell into a Chart cell.
- Create a bar chart, aggregating
rating
byCount
and setting the Series toindex
to display the "number" of movies for eachrating
. - Assign the rating with the highest number of movies to the variable
most_movies
.
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
