CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Introduction to Polars

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Print number of rows and columns of ev_df
print(ev_df.____)
Modifier et exécuter le code