Contenido del Curso
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Tarea
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
.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 7
Challenge
Tarea
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
.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 7