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.
Cet exercice fait partie du cours
Introduction to Polars
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Get the most expensive 4 vehicles
expensive_df = ev_df.____
print(____)