Kursinhalt
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Aufgabe
Swipe to start coding
You continue working with the DataFrame df
with information on used cars.
- Output all distinct gear box types (
'transmission'
column). - Output number of distinct cars models (
'model'
column).
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 4. Kapitel 4
Challenge
Aufgabe
Swipe to start coding
You continue working with the DataFrame df
with information on used cars.
- Output all distinct gear box types (
'transmission'
column). - Output number of distinct cars models (
'model'
column).
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 4. Kapitel 4