From f60cd2da8d4840c69416cce55d657e32b17bca36 Mon Sep 17 00:00:00 2001 From: drizk1 Date: Wed, 10 Apr 2024 11:31:16 -0400 Subject: [PATCH] fix the index.md --- docs/examples/UserGuide/key_differences.jl | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/UserGuide/key_differences.jl b/docs/examples/UserGuide/key_differences.jl index 5e3755b..8263318 100644 --- a/docs/examples/UserGuide/key_differences.jl +++ b/docs/examples/UserGuide/key_differences.jl @@ -35,7 +35,7 @@ copy_to(db, df, "df_mem"); # copying over the data frame to an in-memory databas @collect end -# Notice the difference between the summarized tables above and below. +# Regrouping following `@mutate` @chain db_table(db, :df_mem) begin @group_by(groups) diff --git a/docs/src/index.md b/docs/src/index.md index 711cd14..e09f1a3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,6 +1,6 @@ ## What is TidierDB.jl? - + TiderDB.jl is a 100% Julia implementation of the dbplyr R package, and similar to Python's ibis package.