DeIdentification.jl

A Julia package for de-identifying CSV data sets
Author bcbi
Popularity
1 Star
Updated Last
3 Years Ago
Started In
August 2018

DeIdentification.jl

DOI

Docs

Bors enabled Build Status codecov.io

A Julia package for de-identifying CSV data sets.

1. Installation

Pkg.add("DeIdentification")

2. Important Notes

There are a few subtle points that must be kept in mind when using this package. See the documentation for more details.

Identifiers

All files must contain a primary identifier for the unit of analysis. E.g. if you are de-identifying patient data, all files must contain a patient ID.

Config

A config YAML must be created by the user.

Directory Structure

Logging and output directories must be defined by the user and already created before running the package