From 55b1128dfd53fc1f52bd4a61b707c549afa7982c Mon Sep 17 00:00:00 2001 From: WANG Aiyong Date: Fri, 1 Apr 2016 15:07:33 +0800 Subject: [PATCH] Update groupby.rst --- doc/source/groupby.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/groupby.rst b/doc/source/groupby.rst index 02d4a924a92fc..516c8b266a8b2 100644 --- a/doc/source/groupby.rst +++ b/doc/source/groupby.rst @@ -971,7 +971,7 @@ Plotting ~~~~~~~~ Groupby also works with some plotting methods. For example, suppose we -suspect that some features in a DataFrame my differ by group, in this case, +suspect that some features in a DataFrame may differ by group, in this case, the values in column 1 where the group is "B" are 3 higher on average. .. ipython:: python