ayyubibrahimi / us-post-data

MIT License
4 stars 1 forks source link

california flattening and agency names #27

Closed tarakc02 closed 1 month ago

tarakc02 commented 1 month ago

when i build the california output using the code in the repo, the code from #6 correctly flattens contiguous stints into one row. But looking things up on the site, those records appear disaggregated. For example when I look up last name "ourjanian", I see adjacent stints at "Sierra CO Sheriff's Office Office". When I build locally and look at the upload folder, I see those correctly collapsed to one stint, and further the agency is just named as "Sierra CO Sheriff's Office" (without the redundant second "Office").

ayyubibrahimi commented 1 month ago

Fixed in PR #28. Flattening worked after re-processing California. Looks like the func wasn't applied the first time around. Thanks!