https://github.com/bcbi/deidentification.jl
A Julia package for de-identifying CSV data sets
https://github.com/bcbi/deidentification.jl
deidentification health-data julia
Last synced: about 1 month ago
JSON representation
A Julia package for de-identifying CSV data sets
- Host: GitHub
- URL: https://github.com/bcbi/deidentification.jl
- Owner: bcbi
- License: mit
- Created: 2018-08-21T20:44:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T20:04:15.000Z (6 months ago)
- Last Synced: 2025-04-14T18:51:09.205Z (about 1 month ago)
- Topics: deidentification, health-data, julia
- Language: Julia
- Homepage: https://bcbi.github.io/DeIdentification.jl/
- Size: 310 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeIdentification.jl
[](https://zenodo.org/badge/latestdoi/145617556)
[](https://bcbi.github.io/DeIdentification.jl/latest/)
[](https://app.bors.tech/repositories/12280)
[](https://travis-ci.org/bcbi/DeIdentification.jl)
[](https://codecov.io/github/bcbi/DeIdentification.jl?branch=master)A Julia package for de-identifying CSV data sets.
# 1. Installation
```julia
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