ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Introduction to Polars

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

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

print(____)
Editar y ejecutar código