From 6bf140c11497242077cddda30069f923a3d123c9 Mon Sep 17 00:00:00 2001 From: Samuel Oranyeli Date: Fri, 27 Jan 2023 22:35:47 +1100 Subject: [PATCH] Update summarize.py --- janitor/functions/summarize.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/janitor/functions/summarize.py b/janitor/functions/summarize.py index 95173b265b..1544d6437a 100644 --- a/janitor/functions/summarize.py +++ b/janitor/functions/summarize.py @@ -29,8 +29,6 @@ def summarize( It is a wrapper around `pd.DataFrame.agg`, with added flexibility for multiple columns. - The argument should be of the form `(columns, func, names_glue)`; - the `names_glue` argument is optional. `janitor.SD` allows for flexible column selection with the [`select_columns`][janitor.functions.select.select_columns] syntax.