lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
9 stars 1 forks source link

Adds saving CSV via clevercsv, fixes tests, adds test to make sure we don't save NaN #81

Closed lisad closed 8 months ago

lisad commented 8 months ago

We use clevercsv for saving a CSV, but we go a layer deeper and wrap the data in an iterator that replaces NaNs with Nones.

jeffkole commented 8 months ago

The requirements.txt file needs to be updated to reflect the new requirement on clevercsv!