ComeçarComece de graça

Extreme values in a DataFrame

A luxury car dealership and a budget-focused client have both approached you with opposite needs. One wants to showcase premium EVs while the other needs affordable options.

The dataset is loaded for you in a DataFrame called ev_df.

Este exercício faz parte do curso

Introduction to Polars

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Get the most expensive 4 vehicles
expensive_df = ev_df.____

print(____)
Editar e executar o código