Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Quiz: Operazioni Statistiche | Analizzare i Dati
Primi Passi con Pandas

book
Quiz: Operazioni Statistiche

question-icon

Abbiamo un DataFrame chiamato cars che contiene tre colonne: 'model', 'year' e 'price'. Associa le funzioni appropriate con le loro azioni corrispondenti.


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.max()
dots
cars['price'].min()
dots
cars['model'].mode()
dots
cars['year'].mean()

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 13

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt