LoslegenKostenlos loslegen

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

Kurs anzeigen

Anleitung zur Übung

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

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Create a Series from the brand column
print(ev_df____)
Code bearbeiten und ausführen