Course Content
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Task
You continue working with the DataFrame df
with information on used cars.
- Get the mean engine size (
'engineSize'
column) of Petrol ('fuelType'
column) cars. - Get the median mileage (
'mileage'
column) of' A3'
(pay attention, there is a space in the beginning, it's important!) model ('model'
column) cars.
Thanks for your feedback!
Challenge
Task
You continue working with the DataFrame df
with information on used cars.
- Get the mean engine size (
'engineSize'
column) of Petrol ('fuelType'
column) cars. - Get the median mileage (
'mileage'
column) of' A3'
(pay attention, there is a space in the beginning, it's important!) model ('model'
column) cars.
Thanks for your feedback!
Challenge
Task
You continue working with the DataFrame df
with information on used cars.
- Get the mean engine size (
'engineSize'
column) of Petrol ('fuelType'
column) cars. - Get the median mileage (
'mileage'
column) of' A3'
(pay attention, there is a space in the beginning, it's important!) model ('model'
column) cars.
Thanks for your feedback!
Task
You continue working with the DataFrame df
with information on used cars.
- Get the mean engine size (
'engineSize'
column) of Petrol ('fuelType'
column) cars. - Get the median mileage (
'mileage'
column) of' A3'
(pay attention, there is a space in the beginning, it's important!) model ('model'
column) cars.