Skewness G1 = 1.3281, the data is highly right-skewed.
Skewness measures asymmetry: zero means a perfectly balanced shape; positive means a right tail; negative means a left tail.
The longer tail points to the right, so a handful of unusually large values pull the mean above the median.
The mean (8) is above the median (5), which confirms the skew direction.
The standard error of skewness is 0.7937. A rough rule: if |G1| exceeds 2 * SES (1.5875), the skewness is statistically notable for this sample size.
Excess kurtosis is 3.8373 (leptokurtic (heavy-tailed)). Positive excess kurtosis suggests more extreme outliers than a normal distribution; negative suggests fewer.
Next stepPlot a histogram to visually confirm the skew, and compare the mean with the median: a noticeable gap confirms the direction.