ComenzarEmpieza gratis

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

Ver curso

Ejercicio interactivo práctico

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

# Extract the brand, model and price columns
print(ev_df____)
Editar y ejecutar código