Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cause numbers with hashes in final JSON #91

Closed
nicolassaw opened this issue Jul 8, 2024 · 1 comment
Closed

Replace cause numbers with hashes in final JSON #91

nicolassaw opened this issue Jul 8, 2024 · 1 comment
Assignees
Labels
cleaner cleaning and formatting up parsed data

Comments

@nicolassaw
Copy link
Contributor

Problem
Cause numbers may be able to identify an individual if someone searches the cause number in the data and identifies the person. Accordingly, we can replace cause numbers with hashes to disguise the cause number while maintaining a consistent identifier.

Goal
Add code to the clean module that adds a hash of the cause number to the final json file. Remove the step that adds the cause number.

@nicolassaw nicolassaw added the cleaner cleaning and formatting up parsed data label Jul 8, 2024
@nicolassaw
Copy link
Contributor Author

This has been fully implemented in the cleaner module under PR #139.

Accordingly, this ticket can be closed.

@nicolassaw nicolassaw self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleaner cleaning and formatting up parsed data
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant