We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8d823 commit bf82227Copy full SHA for bf82227
pandas/core/shared_docs.py
@@ -91,7 +91,7 @@
91
index. If a dict or Series is passed, the Series or dict VALUES
92
will be used to determine the groups (the Series' values are first
93
aligned; see ``.align()`` method). If an ndarray is passed, the
94
- values are used as-is determine the groups. A label or list of
+ values are used as-is to determine the groups. A label or list of
95
labels may be passed to group by the columns in ``self``. Notice
96
that a tuple is interpreted as a (single) key.
97
axis : {0 or 'index', 1 or 'columns'}, default 0
0 commit comments