Conteúdo do Curso
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Tarefa
Swipe to start coding
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.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 4. Capítulo 7
Challenge
Tarefa
Swipe to start coding
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.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 4. Capítulo 7