kszucs / pandahouse

Pandas interface for Clickhouse database
MIT License
228 stars 70 forks source link

Did anyone continue this project? It seems abandoned. #38

Open will-hill opened 5 days ago

will-hill commented 5 days ago

Did anyone continue this project? It seems abandoned.

kszucs commented 5 days ago

It has been unmaintained in the last couple of years indeed, I didn't have time to update the implementation.

I am planning to allocate some time to revamp the codebase, until that I would recommend to use https://ibis-project.org which supports querying clickhouse directly into pandas (and to various arrow formats as well).