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
.
This exercise is part of the course
Introduction to Polars
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Get the most expensive 4 vehicles
expensive_df = ev_df.____
print(____)