bcbi / DeIdentification.jl

A Julia package for de-identifying CSV data sets
https://bcbi.github.io/DeIdentification.jl/latest/
MIT License
2 stars 1 forks source link

Improvements #51

Closed ibacher closed 4 years ago

ibacher commented 4 years ago

Usually PRs should be a single change, but here we are...

Uses writedlm() to generate output rather than the custom implementation we were using. In addition, it adds support for date shifting columns where there are non-date values as well as valid date values. This sometimes happens when the system generating the raw data marks missing data.

ibacher commented 4 years ago

bors merge

bors[bot] commented 4 years ago

Build succeeded