SciPy - Statistical Functions (scipy.stats) Basics
You have a dataset with some zero and negative values:
data = [0, -1, 2, 3, 4]. Using scipy.stats.describe, which statistic helps you understand if the data distribution is skewed?