Skip to content

Commit 1dcb6ee

Browse files
committed
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

Diff for: pandas/core/window.py

+6-6
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)