top | item 43756277

(no title)

huyegn | 10 months 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#ove...

discuss

order

michalsustr|10 months ago

Looks really neat, might use that in my work!