yhat / pandasql

sqldf for pandas
MIT License
1.31k stars 185 forks source link

Is this still being maintained? #107

Open drkleena opened 1 year ago

drkleena commented 1 year ago

Hi!

Is this project dead? Should I just fork and fix the sqlalchemy>=2.0 issues myself?

Thank you for listening to my Ted Talk.

lucasantarella commented 1 year ago

Was just looking and asking myself the same. @drkleena if you want to tackle together, LMK!

hrshdhgd commented 1 year ago

Not sure if you've already fixed the problem, but I'd forked this repo a while ago and made it SQLAlchemy 2.x compliant: https://github.com/hrshdhgd/pansql

Here's my PR for this repo: https://github.com/yhat/pandasql/pull/104

I think nobody is maintaining this anymore.

ned2 commented 1 year ago

I'd suggest looking at DuckDB. It allows you to run SQL directly on Pandas (and Polars) DataFrames and is blazingly fast, as it's optimised for analytical workloads and can parallelise across multiple threads.

shayneoneill commented 3 months ago

Yeah looks dead. Shame.

hrshdhgd commented 3 months ago

I'd suggest looking at DuckDB. It allows you to run SQL directly on Pandas (and Polars) DataFrames and is blazingly fast, as it's optimised for analytical workloads and can parallelise across multiple threads.

Yes, that's what our team is doing !