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

Make FileFormat respect missing values #129

Closed roll closed 4 years ago

roll commented 4 years ago

It's a small change to help tableschema's preserve missing values mode work with dataflows - https://github.com/frictionlessdata/tableschema-py#experimental

roll commented 4 years ago

@cschloer Please take a look

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 446


Changes Missing Coverage Covered Lines Changed/Added Lines %
dataflows/processors/dumpers/file_formats.py 2 3 66.67%
<!-- Total: 4 5 80.0% -->
Totals Coverage Status
Change from base Build 439: 0.02%
Covered Lines: 1707
Relevant Lines: 2007

💛 - Coveralls
cschloer commented 4 years ago

:+1: ty!

roll commented 4 years ago

Thanks!

cschloer commented 4 years ago

Do we have a sense of when dataflows 0.0.71 will be released?