cgarciae / pypeln

Concurrent data pipelines in Python >>>
https://cgarciae.github.io/pypeln
MIT License
1.55k stars 98 forks source link

How do you use `pl.process.map` with a function that has multiple arguments not just one? #92

Closed AlphonsG closed 1 year ago

cgarciae commented 2 years ago

Hey! Probably using a lambda or partial to pre-apply the other arguments.

AlphonsG commented 2 years ago

Hello, alright thanks for the response