Seksjon 4. Kapittel 8
single
Challenge: Average Metrics Across Taxi Types
Sveip for å vise menyen
Great! As for now, we have our dataset cleared from abnormally long rides and rides with ending time preceded starting. As we investigated, it happened because of misusage of 12 and 24-hour formats.
Let's try to find out some interesting insights from this dataset.
Oppgave
Swipe to start coding
- Apply
.total_seconds()function todurationcolumn usingmapandlambdafunctions. - Group observations by taxi type (
vendor_idcolumn). Then, choose columnsdist_meters,duration, and calculate mean. Then apply functionavg_mtodist_metersandavg_durtoduration. The functions are defined in the code.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 4. Kapittel 8
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår