CommencerCommencer gratuitement

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

Afficher le cours

Instructions

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

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Create a Series from the brand column
print(ev_df____)
Modifier et exécuter le code