Course Content
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Task
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
.
Thanks for your feedback!
Challenge
Task
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
.
Thanks for your feedback!
Challenge
Task
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
.
Thanks for your feedback!
Task
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
.