TidierOrg / TidierDB.jl

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

allows for table.name (no tidyselxn for table.name style yet) #8

Closed drizk1 closed 5 months ago

drizk1 commented 5 months ago

updates parse_tidy_db and get_table_metadatas to allows for table.name selection.

tidy selection is not supported for this yet