You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add final_statute_formatted field to the Disposition and Conviction
model.
Add a format_statute() function to format the parsed statute that will
go into final_statute_formatted.
Factor final_statute field population out into a method,
load_final_statute.
Remove trailing whitespace from files edited in this commit.
Rename statute2iucr management command to load_final_statute_and_iucr to
reflect these changes.
Fix statute.strip_surrounding_parens to handle empty string
Addresses sc3#7,
sc3/cook-convictions#83
ghing
added a commit
to ghing/cook-convictions-data
that referenced
this issue
Dec 1, 2014
Add statute-based queries to group together violent, nonviolent,
affecting women and drug crimes (and index crimes within each)
to handle cases where an ILCS statute doesn't map to an IUCR code
or the mapping is ambiguous.
Addresses sc3/cook-convictions#83,
sc3#7,
sc3#6
Iterate over the ILCS and ILRS codes we currently aren't matching to try to improve our regexes / parsing.
The text was updated successfully, but these errors were encountered: