Skip to content

Commit 652f7b2

Browse files
Fix 'See Also' section.
1 parent 99734ac commit 652f7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/frame.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5180,11 +5180,11 @@ def stack(self, level=-1, dropna=True):
51805180
51815181
See Also
51825182
--------
5183-
DataFrame.unstack: unstack prescribed level(s) from index axis
5183+
DataFrame.unstack : Unstack prescribed level(s) from index axis
51845184
onto column axis.
5185-
DataFrame.pivot: reshape dataframe from long format to wide
5185+
DataFrame.pivot : Reshape dataframe from long format to wide
51865186
format.
5187-
DataFrame.pivot_table: create a spreadsheet-style pivot table
5187+
DataFrame.pivot_table : Create a spreadsheet-style pivot table
51885188
as a DataFrame.
51895189
51905190
Notes

0 commit comments

Comments
 (0)