ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Introduction to Polars

Ver curso

Instrucciones del ejercicio

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

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Print a summary of the DataFrame
print(ev_df.____)
Editar y ejecutar código