From cd1e87ea9a5faf9d24ae4c05c6aabb30a9e3138b Mon Sep 17 00:00:00 2001 From: Brock Mendel Date: Sat, 23 Sep 2017 09:52:18 -0700 Subject: [PATCH] Fix apparent copy/paste error skewness--> excess kurtosis --- pandas/core/nanops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/nanops.py b/pandas/core/nanops.py index 858aed7fd3e23..388b2ecdff445 100644 --- a/pandas/core/nanops.py +++ b/pandas/core/nanops.py @@ -565,7 +565,7 @@ def nanskew(values, axis=None, skipna=True): @disallow('M8', 'm8') def nankurt(values, axis=None, skipna=True): - """ Compute the sample skewness. + """ Compute the sample excess kurtosis. The statistic computed here is the adjusted Fisher-Pearson standardized moment coefficient G2, computed directly from the second and fourth