Course Content
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Task
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).
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 4
Challenge
Task
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).
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 4