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 exercicio faz parte do curso
Introduction to Polars
Instruções do exercicio
- Create a Series from the
"brand"column ofev_df.
exercicio interativo prático
Tente este exercicio completando este código de exemplo.
# Create a Series from the brand column
print(ev_df____)