ComeçarComece de graça

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 exercício faz parte do curso

Introduction to Polars

Ver curso

Instruções do exercício

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

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Print a summary of the DataFrame
print(ev_df.____)
Editar e executar o código