What does info() and describe() do?

describe() function gives various summary statistics for a dataframe object such as count, mean, std, min, 25%, 50%, 75% percentile and max value.

Info() function gives basic information of a dataframe object such as its type, index values, no of rows, data columns and memory storage.

error: Content is protected !!