Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1dcb6ee

Browse files
committedMar 9, 2018
DOC: Descriptions in "See Also"
1 parent c359b59 commit 1dcb6ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎pandas/core/window.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -915,12 +915,12 @@ def skew(self, **kwargs):
915915
916916
See Also
917917
--------
918-
pandas.Series.%(name)s
919-
pandas.DataFrame.%(name)s
920-
pandas.Series.kurt
921-
pandas.DataFrame.kurt
922-
scipy.stats.skew
923-
scipy.stats.kurtosis
918+
pandas.Series.%(name)s : %(name)s transformations for Series
919+
pandas.DataFrame.%(name)s : %(name)s transformations for Series
920+
pandas.Series.kurt : Calculate kurtosis for Series
921+
pandas.DataFrame.kurt : Calculate kurtosis for DataFrame columns/rows
922+
scipy.stats.skew : Compute the skewness
923+
scipy.stats.kurtosis : Compute the kurtosis
924924
925925
Notes
926926
-----

0 commit comments

Comments
 (0)
Please sign in to comment.