Filtering with Explore cells
Explore cells in DataCamp DataLab allow you to slice and dice data visually without writing code. This is useful for quickly identifying patterns or finding specific records in a dataset.
In this exercise, you will filter the product emissions dataset to determine the French product with the highest carbon footprint.
Este ejercicio forma parte del curso
Introduction to DataLab
Instrucciones del ejercicio
- Use the filtering and sorting options on the
"country"
and"carbon_footprint_pcf"
columns to identify the French product with the highest carbon footprint. - Store the product's name as a variable called
highest_footprint
in the Code cell provided.
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
