pandas.DataFrame.describe# DataFrame.describe(percentiles=None, include=None, exclude=None)[source]# Generate descriptive statistics. Descriptive statistics include those that summarize the central tendency, dispersion and shape of a dataset’s distribution, excluding NaN values. Analyzes both numeric and object series, as well as DataFrame column sets of mixed data types. The output will vary depe