Skip to content
View drizk1's full-sized avatar

Organizations

@TidierOrg

Block or report drizk1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. TidierOrg/Tidier.jl Public

    Meta-package for data analysis in Julia, modeled after the R tidyverse.

    Julia 557 13

  2. TidierOrg/TidierDB.jl Public

    Tidier database analysis in Julia, modeled after the dbplyr R package.

    Julia 53 2

720 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 1 commit in 1 repository

Created a pull request in TidierOrg/Tidier.jl that received 1 comment

double esc

not entirely sure why this works, but it fixes the issue #166 julia> using Tidier julia> db = connect(duckdb()); julia> df1 = DataFrame(a = ["a", "…

+1 −1 lines changed 1 comment
Opened 1 other pull request in 1 repository
TidierOrg/TidierData.jl 1 open

Created an issue in TidierOrg/Tidier.jl that received 4 comments

TidierDB Joining issue

Something about how metaprogramming parses the macros causes a joining issue with TidierDB. I tried w the refactored DB join calls as well as the c…

4 comments
Loading