ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Display df.describe() Output In A Dataframe The describe() method returns description of the data in the DataFrame. If the DataFrame contains numerical data, the description Core Ball contains these information for each column: count - The number of not-empty values. mean - The average (mean) value. Analyzes both numeric and object series, as well as DataFrame column sets of mixed data types. The output will vary depending on what is provided. Refer to the ... The describe() method is used for calculating some statistical data like percentile, mean and std of the numerical values of the Series or DataFrame. It analyzes both numeric and object series and also the DataFrame column sets of mixed data types.