Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Aug 13, 2024
1 parent 7856226 commit 14e89a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/UserGuide/ibis_comp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
# Aggregating data is done with `aggregate` in Ibis and `@summarize` in TidierDB. To group data, Ibis uses `by = ` within the `aggregate` call vs TidierDB adheres to `@group_by` convention

# Ibis
# ```
# ```python
# mtcars.aggregate(
# total_hp=_.hp.sum(),
# avg_hp=_.hp.mean(),
Expand Down

0 comments on commit 14e89a8

Please sign in to comment.