-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multiple tables #33
Comments
A more elaborate example of what I would really love would be possible: Filesystem:
|
I think this sounds like a good roadmap, thanks for your ideas! I actually was already thinking about adding FROM keyword since I need this for ipython magic |
It would be great if this tool could have support for more than one or two tables. Some ideas to make this happen:
rbql --input test-results-07012022.csv:test_results
I'm currently using CSV virtual tables in SQLite and Numpy to achieve things like this, but rbql is a lot easier to get up and running and the availability of both a Python and JS library is very appealing. Runtime performance might become a concern though.
The text was updated successfully, but these errors were encountered: