CommencerCommencer gratuitement

Select a subset of columns with .select()

A fleet management client is particularly interested in how vehicle performance relates to price. You need to know if faster acceleration justifies higher prices across different models in ev_df.

Cet exercice fait partie du cours

Introduction to Polars

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Select the model, accel and price columns
print(ev_df____)
Modifier et exécuter le code