machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

feat(tbl): add tbl function for pandas and sqla #446

Closed machow closed 1 year ago

machow commented 1 year ago

Adds the dplyr::tbl function, with support for pandas and sqlalchemy.

TODO: