Skip to content

Commit 23f1bda

Browse files
author
samuel.oranyeli
committed
docs update
1 parent 32a3893 commit 23f1bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

janitor/functions/summarize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def summarize(
6363
... 'category': ['heats', 'heats', 'finals', 'finals', 'heats', 'finals']}
6464
>>> df = pd.DataFrame(data)
6565
>>> (df
66-
... .select_columns('combine_id', 'category', 'avg_run')
6766
... .summarize({"avg_run":"mean"}, by=['combine_id', 'category'])
6867
... )
6968
avg_run

0 commit comments

Comments
 (0)