datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
193 stars 39 forks source link

Join on row number/horizontal concatenate #131

Closed cschloer closed 4 years ago

cschloer commented 4 years ago

It would be useful to have a horizontal concatenate or join on row number. Is there any way this functionality would be added to Join, or should I make a new custom processor?