Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Quiz: Statistiske Operasjoner | Analysere Dataene
Pandas Første Steg

book
Quiz: Statistiske Operasjoner

question-icon

Vi har en DataFrame kalt cars som inneholder tre kolonner: 'model', 'year', og 'price'. Par de riktige funksjonene med deres tilsvarende handlinger.


Find max values for all columns of the DataFrame.
___

Find the lowest price on existing cars.
___

Find the mode value for the 'model' column.
___

Find the average year of production of cars.
___

Click or drag`n`drop items and fill in the blanks

dots
cars['year'].mean()
dots
cars.max()
dots
cars['price'].min()
dots
cars['model'].mode()

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. Kapittel 13
some-alt