LoslegenKostenlos loslegen

Summarizing a DataFrame

Your manager has requested a statistical overview of the EV market to include in the quarterly market report.

The dataset is loaded for you in a DataFrame called ev_df.

Diese Übung ist Teil des Kurses

Introduction to Polars

Kurs anzeigen

Anleitung zur Übung

  • Print a summary of the DataFrame to see the number of missing values and statistics of numerical columns.

Interaktive Übung

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

# Print a summary of the DataFrame
print(ev_df.____)
Code bearbeiten und ausführen