ComeçarComece de graça

Inspect a DataFrame

Before diving into detailed analysis, you want to understand the structure and content of the EV dataset.

The electric vehicle dataset you loaded before is still available as a Polars DataFrame called ev_df.

Este exercício faz parte do curso

Introduction to Polars

Ver curso

Exercício interativo prático

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

# Print number of rows and columns of ev_df
print(ev_df.____)
Editar e executar o código