From 62872369c6499d0cea1aedb85ccb9775608ac870 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 12 Feb 2019 16:42:21 +0100 Subject: [PATCH 1/2] DOC: Fix typo --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 85aa13526e77c..61ea0c9e9490b 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -5763,7 +5763,7 @@ def stack(self, level=-1, dropna=True): The function is named by analogy with a collection of books being re-organised from being side by side on a horizontal position (the columns of the dataframe) to being stacked - vertically on top of of each other (in the index of the + vertically on top of each other (in the index of the dataframe). Examples From 82974a7c40eb0e0ceb3431ab7cbb14e679bd48d4 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 13 Feb 2019 09:42:02 +0100 Subject: [PATCH 2/2] DOC: fix typo --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 61ea0c9e9490b..f8b48e6610ce5 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -5761,7 +5761,7 @@ def stack(self, level=-1, dropna=True): Notes ----- The function is named by analogy with a collection of books - being re-organised from being side by side on a horizontal + being reorganized from being side by side on a horizontal position (the columns of the dataframe) to being stacked vertically on top of each other (in the index of the dataframe).