CodeForPhilly / pbf-scraping

Project for Philadelphia Bail Fund to scrape new criminal filings from municipal court
https://codeforphilly.github.io/pbf-scraping
10 stars 4 forks source link

scrape statute codes from dockets #49

Closed irishryoon closed 3 years ago

irishryoon commented 3 years ago

Scrape statute code for each charge. They can be found in the "charges" section of the docket under column "statute". In the attached example, these correspond to "18 S6106 SSA1", ...

This will help encode the different types of charges for analysis purposes.

docket_statute

bertamb commented 3 years ago

Done