DataFrame.describe(percentiles=None, include=None, exclude=None) [source]
Generate various summary statistics, excluding NaN values. Parameters:
percentiles : array-like, optional The percentiles to include in the output. Should all be in the interval [0, 1]. By default percentiles is [.25, .5, .75], returning the 25th, 50th, and 75th percentiles. include, exclude : list-like, ?all?, or None (default) Specify the form of the returned result. Either: None to both (default). The result wi