|
|
|
|
|
by sfrensch
1573 days ago
|
|
Cool project. There is lots of interesting work going on around bridging the gap between notebook analysis and production. I think the SQL generator is pretty useful there. How syntactically different is `rql.dataset` object from a `pandas.dataframe`? Would it also be possible to have your .sql() function translate existing pandas operations to sql? |
|
the cool part about rql.dataset is it's only a metadata pointer to the dw... so it doesn't pull any physical data into RAM