ComenzarEmpieza gratis

Creating a Series from a DataFrame

Your marketing team needs a visualization showing which manufacturers are most represented in the current EV market. To create this visualization, you first need to extract just the "brand" from your dataset.

Este ejercicio forma parte del curso

Introduction to Polars

Ver curso

Instrucciones del ejercicio

  • Create a Series from the "brand" column of ev_df.

Ejercicio interactivo práctico

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

# Create a Series from the brand column
print(ev_df____)
Editar y ejecutar código