positional_summary#
- pycafee.sample.sample.Sample.positional_summary(self, show=True)#
This function prints a table with the minimum, the first quartile, the median, the third quartile, the maximum, and the interquartile range estimated for the sample.
- Parameters
- show
bool, optional This parameter defines whether the Normality test results will be printed (
True) or not (False).
- show
- Returns
- dfDataFrame
A DataFrame with the Normality test results