TidierOrg / TidierDB.jl

Tidier database analysis in Julia, modeled after the dbplyr R package.
MIT License
35 stars 3 forks source link

fixes how mutate brings in columns if they are selected as table.name #10

Closed drizk1 closed 3 months ago

drizk1 commented 3 months ago

mutate was not honoring columns written as table.name in select and rewriting them as name. this is now fixed

Also fixes left_join double adding metadata of new table.