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.
Este ejercicio forma parte del curso
Introduction to Polars
ejercicio interactivo práctico
Prueba este ejercicio completando este código de ejemplo.
# Select the model, accel and price columns
print(ev_df____)