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
.
Este ejercicio forma parte del curso
Introduction to DataLab
Instrucciones del ejercicio
- 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
.
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
