Comment on A Python Compiler for Big DataparentComments−piqufoh13y... but you can't use numpy operations efficiently on SQLAlchemy data−lucian190013yThat's not what I meant. Both this and SA turn python expressions into expressions to be run elsewhere, on data that isn't necessarily in the process' memory.
Comments
... but you can't use numpy operations efficiently on SQLAlchemy data
That's not what I meant. Both this and SA turn python expressions into expressions to be run elsewhere, on data that isn't necessarily in the process' memory.