open-austin / azure-indigent-defense

4 stars 2 forks source link

Include "county" in result set #52

Closed newswim closed 2 weeks ago

newswim commented 1 year ago

As we start expanding to more counties, things like Case Number are not actually unique across counties. Concretely, you might see case number ABC-123 in two different counties, but they refer to completely different cases.

tpadmanabhan commented 3 months ago

Low priority

tpadmanabhan commented 3 months ago

@newswim Dan, can you get @nicolassaw access to the dataset referenced here?

tpadmanabhan commented 1 month ago

this may also be necessary in the filename if we aren't already doing this if it's already in filename and in the json itself, this can be set to done imo

tpadmanabhan commented 1 month ago

@nicolassaw can confirm this by looking at the cosmos db data

nicolassaw commented 2 weeks ago

Committed the small code needed for this to the parser code in the indigent-defense-stats repo.

https://github.com/open-austin/indigent-defense-stats/pull/64