Skip to content

Commit

Permalink
fix docs examples output
Browse files Browse the repository at this point in the history
  • Loading branch information
samukweku committed Jan 10, 2023
1 parent f023ded commit d38a0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions janitor/functions/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def summarize(
103202 finals 4.0
Summarize with a tuple:
>>> cols = jn.SD(columns="avg*", func="mean", names_glue="{_col}_{_fn}")
>>> df.summarize(cols)
avg_jump_mean avg_run_mean avg_swim_mean
Expand Down

0 comments on commit d38a0ad

Please sign in to comment.