Skip to content

Commit 43bf6b5

Browse files
committed
add details for by parameter
1 parent 347d4f7 commit 43bf6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

janitor/functions/summarize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def summarize(
4343
of passing tuples to the `summarize` function.
4444
4545
`by` accepts a label, labels, mapping or function.
46-
More arguments supported in `pd.DataFrame.groupby`
47-
can be passed to `by` via a dictionary.
46+
Arguments supported in `pd.DataFrame.groupby`
47+
can also be passed to `by` via a dictionary.
4848
4949
5050
Example:

0 commit comments

Comments
 (0)