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.
Diese Übung ist Teil des Kurses
Introduction to Polars
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Print number of rows and columns of ev_df
print(ev_df.____)