Skip to content

Commit

Permalink
fix the index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Apr 10, 2024
1 parent 59b226c commit f60cd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/UserGuide/key_differences.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## What is TidierDB.jl?

<img src="/assets/logo.png" align="right" style="padding-left:10px;" width="150"/>
<img src="/assets/logo.png" align="left" style="padding-right:10px"; width="150"></img>

TiderDB.jl is a 100% Julia implementation of the dbplyr R package, and similar to Python's ibis package.

Expand Down

0 comments on commit f60cd2d

Please sign in to comment.