Conteúdo do Curso
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Tarefa
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
.
Obrigado pelo seu feedback!
Challenge
Tarefa
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
.
Obrigado pelo seu feedback!
Challenge
Tarefa
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
.
Obrigado pelo seu feedback!
Tarefa
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
.