Police Incident Blotter (Archive)
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_police_incident_blotter_archive
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_police_incident_blotter_archive
CREATE TABLE blotter_data_ucr_coded (
"n__id" BIGINT,
"pk" BIGINT,
"ccr" DOUBLE,
"hierarchy" BIGINT,
"incidenttime" TIMESTAMP,
"incidentlocation" VARCHAR,
"clearedflag" VARCHAR,
"incidentneighborhood" VARCHAR,
"incidentzone" VARCHAR,
"incidenthierarchydesc" VARCHAR,
"offenses" VARCHAR,
"incidenttract" DOUBLE,
"council_district" DOUBLE,
"public_works_division" DOUBLE,
"x" VARCHAR,
"y" VARCHAR
);
CREATE TABLE historical_blotter_data (
"pk" BIGINT,
"ccr" VARCHAR,
"hierarchy" BIGINT,
"incidenttime" TIMESTAMP,
"incidentlocation" VARCHAR,
"clearedflag" VARCHAR,
"incidentneighborhood" VARCHAR,
"incidentzone" VARCHAR,
"hierarchydesc" VARCHAR,
"offenses" VARCHAR,
"incidenttract" DOUBLE,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.