Skip to content

bcbi/DeIdentification.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bcaba55 · Dec 2, 2024

History

53 Commits
Nov 7, 2024
Jul 22, 2019
Nov 20, 2024
Nov 5, 2024
Nov 18, 2024
Oct 19, 2019
Jul 12, 2019
Nov 18, 2024
Dec 2, 2024
Aug 29, 2019
Jul 12, 2019
Jul 12, 2019

Repository files navigation

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