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