Subsetting a DataFrame with bracket notation
Your client has requested a focused report showing only key information about each vehicle. You want to extract targeted subsets of the electric vehicle dataset for this analysis.
The dataset is loaded for you in a DataFrame called ev_df.
Este ejercicio forma parte del curso
Introduction to Polars
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Extract the brand, model and price columns
print(ev_df____)