-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Determine the difference between charges with duplicate descriptions but different expunge ability #159
Comments
I’ve been doing a lot of research as how we’d determine expungibility for some of the charges isn’t really cut and dry. It looks like important info we need are the staircasing, offense level, and probably grid which is found in the sentencing guidelines document.
IANAL; do we plan to involve an SME (court person/attorney) at some point to ensure our interpretation and choices are correct? |
We've been working with Pauline at GBLS as our expungement SME. Next step is reaching out to acquire the documentation mentioned above. |
Just added a column for extra criteria needed to determine expungeability in data/processed/prosecution_charges_detailed.csv, and fixed charges that were erroneously duplicated because we previously ignored such details. Next, we can either manually input the expungeability for these charges, or we can modify our master crime list and then join by chapter, section, and extra criteria. |
this is effectively closed by the same updates we made in issue #155
But, all of the records that were unmatched were relatively straightforward (with or without a firearm, involving a person >65 years or not, etc). Others we made an educated guess and checked with Sana at CfJJ. There are very very few left that we're unsure about, likely even fewer once we cut out the >21 individuals. |
Notes
List of contradictory offenses: https://docs.google.com/spreadsheets/d/1FPj1SIdiif8W1qVwghBSTya79ZTr7WVPwO2Qtg1p3eA/edit#gid=649639468
Steps
The text was updated successfully, but these errors were encountered: