Loading metricβ¦
Measures the number of distinct property crime incidents over time, based on Philadelphia Police Department data. Property crimes include burglary (residential and non-residential), larceny/theft (general thefts and theft from vehicle), motor vehicle theft, and arson. Uses COUNT(DISTINCT dc_key) to count unique incidents rather than reports. The dc_key field is Philadelphia's incident identifier (District Control Key). Date field is dispatch_date, representing the date the incident occurred/was dispatched.
This data comes from π¦ Property Crime Incidents, a public dataset maintained by Philadelphia on the city's open data portal.