Skip to content
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

use DuckDB instead sqlite #82

Open
seufagner opened this issue May 17, 2020 · 3 comments
Open

use DuckDB instead sqlite #82

seufagner opened this issue May 17, 2020 · 3 comments

Comments

@seufagner
Copy link

This project seems fastly and uses most modern approach

https://www.duckdb.org/docs/current/python/api.html

https://www.youtube.com/watch?v=PFUZlNQIndo

@stonebig
Copy link
Contributor

Select sum(1) from lineitem gives -2 on your live demo

@danielvanacker
Copy link

danielvanacker commented Jun 10, 2020

MonetDBLite is generally faster than DuckDB and supports are a larger set of SQL syntax thus could also be an option if this is ever considered.

@Alex-Monahan
Copy link

The DuckDB Python API completely replaces PandaSQL in my opinion! You can convert multiple data frames into DuckDB views and query them without even inserting them first! It's incredibly fast, and just as user friendly as this library.
DuckDB Python API Examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants