We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d852a9 commit c2fade1Copy full SHA for c2fade1
pandas/core/groupby/groupby.py
@@ -204,7 +204,7 @@ class providing the base-class of operations.
204
>>> g1 = df.groupby('A', group_keys=False)
205
>>> g2 = df.groupby('A', group_keys=True)
206
207
- Notice that ``g1`` have ``g2`` have two groups, ``a`` and ``b``, and only
+ Notice that ``g1`` and ``g2`` have two groups, ``a`` and ``b``, and only
208
differ in their ``group_keys`` argument. Calling `apply` in various ways,
209
we can get different grouping results:
210
0 commit comments