|
|
|
|
|
by closed
1441 days ago
|
|
Hey--I maintain a port of dplyr to python, called siuba[1]! Right now it supports a decent number of verbs + SQL generation. I tried to break down why R users find pandas difficult in an RStudioConf talk last year[2]. Between siuba and tools like polars and duckdb, I'm hopeful that someone hits the data analysis sweet spot for python in the next couple years. [1]: http://github.com/machow/siuba [2]: https://youtu.be/w4Mi0u4urbQ |
|
Just one question, this runs over pandas? It's possible to get the pandas syntax like dbplyr gives the SQL query syntax?