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.
Cet exercice fait partie du cours
Introduction to Polars
Instructions
- Create a Series from the
"brand"column ofev_df.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Create a Series from the brand column
print(ev_df____)