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.
This exercise is part of the course
Introduction to DataLab
Exercise instructions
- 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.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
