Contenu du cours
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Tâche
Swipe to start coding
The cars data are loaded in the df
variable. Your tasks are:
- Output the dimensionality (number of rows and columns) of the
df
dataframe. - Output general information on the dataframe (memory usage, columns, number of non-null values).
- Output the descriptive statistics (mean, median, quartiles) of numberical columns of the
df
.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 7
Challenge
Tâche
Swipe to start coding
The cars data are loaded in the df
variable. Your tasks are:
- Output the dimensionality (number of rows and columns) of the
df
dataframe. - Output general information on the dataframe (memory usage, columns, number of non-null values).
- Output the descriptive statistics (mean, median, quartiles) of numberical columns of the
df
.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 7