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.
Cet exercice fait partie du cours
Introduction to Polars
Instructions
- Print a summary of the DataFrame to see the number of missing values and statistics of numerical columns.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Print a summary of the DataFrame
print(ev_df.____)