We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258baca commit 0c42031Copy full SHA for 0c42031
janitor/functions/summarize.py
@@ -24,10 +24,6 @@ def summarize(
24
25
Before reaching for `summarize`, try `pd.DataFrame.agg`.
26
27
- The computation should return a single row
28
- for the entire dataframe,
29
- or a row per group, if `by` is present.
30
-
31
The argument should be of the form `(columns, func, names_glue)`;
32
the `names_glue` argument is optional.
33
`columns` can be selected with the
0 commit comments