Course Content
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Task
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).
Thanks for your feedback!
Challenge
Task
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).
Thanks for your feedback!
Challenge
Task
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).
Thanks for your feedback!
Task
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).