datahq / dataflows

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

missingValues for concatenate and join #109

Open cschloer opened 4 years ago

cschloer commented 4 years ago

In a recent update, the override_schema parameter was added to load in order to set schema attributes (such as missingValues) for a resource as it is created. A similar parameter for other processors that create resources such as concatenate and join would be very useful. Otherwise, you can't set missingValues for these new resources.