6 ms·
I liked the pipelining syntax so much from pyspark and linq that I ended up implementing my own mini linq-like library for python to use in local development.
by huyegn 1y ago
I liked the pipelining syntax so much from pyspark and linq that I ended up implementing my own mini linq-like library for python to use in local development. It's mainly used in quick data processing scripts that I run locally. The syntax just makes everything much nicer to work with.
https://datapad.readthedocs.io/en/latest/quickstart.html#overview https://datapad.readthedocs.io/en/latest/quickstart.html#ove...
- michalsustr 1y agoLooks really neat, might use that in my work!