Skip to content

Commit 0c42031

Browse files
committed
keep docs simple
1 parent 258baca commit 0c42031

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

janitor/functions/summarize.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ def summarize(
2424
2525
Before reaching for `summarize`, try `pd.DataFrame.agg`.
2626
27-
The computation should return a single row
28-
for the entire dataframe,
29-
or a row per group, if `by` is present.
30-
3127
The argument should be of the form `(columns, func, names_glue)`;
3228
the `names_glue` argument is optional.
3329
`columns` can be selected with the

0 commit comments

Comments
 (0)