Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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