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
Currently, we deal with three types of dates in the Arrest Log Reports.
The date of the arrest
The date the arrest log was published
The date our script scraped the arrest log
We currently use 2 as the source of truth for where we get our dates (we store this in the database), but this is not always accurate. For example, there might be an arrest that happened on 7-12-2021 that is included in the report published on 7-13-2021. This may be due to processing time or if the report for the day had already been published, the rest of the arrests of that day are just rolled into the next.
Potential Solutions
Parse the actual arrest date from the PDF
The text was updated successfully, but these errors were encountered:
Context
Currently, we deal with three types of dates in the Arrest Log Reports.
We currently use 2 as the source of truth for where we get our dates (we store this in the database), but this is not always accurate. For example, there might be an arrest that happened on 7-12-2021 that is included in the report published on 7-13-2021. This may be due to processing time or if the report for the day had already been published, the rest of the arrests of that day are just rolled into the next.
Potential Solutions
The text was updated successfully, but these errors were encountered: