University of Michigan MD MS -> Resident Physician of Internal Medicine at University of Maryland
Pinned Loading
-
TidierOrg/Tidier.jl
TidierOrg/Tidier.jl PublicMeta-package for data analysis in Julia, modeled after the R tidyverse.
-
TidierOrg/TidierDB.jl
TidierOrg/TidierDB.jl PublicTidier database analysis in Julia, modeled after the dbplyr R package.
720 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
-
possible summarize benchmark improvement
This contribution was made on Apr 3
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