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
Instrucciones del ejercicio
- Create a Series from the
"brand"column ofev_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____)