Skip to content

Commit

Permalink
Fix apparent copy/paste error skewness--> excess kurtosis (pandas-dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and alanbato committed Nov 10, 2017
1 parent fe192b2 commit 019de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/nanops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 019de0c

Please sign in to comment.