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.
Diese Übung ist Teil des Kurses
Introduction to Polars
Anleitung zur Übung
- Create a Series from the
"brand"column ofev_df.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Create a Series from the brand column
print(ev_df____)