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