Crime Reports
City of Austin
@usgov.city_of_austin_crime_reports_bf2b7
City of Austin
@usgov.city_of_austin_crime_reports_bf2b7
CREATE TABLE table_1 (
"incident_number" BIGINT,
"highest_offense_description" VARCHAR,
"highest_offense_code" BIGINT,
"family_violence" VARCHAR,
"occurred_date_time" TIMESTAMP,
"occurred_date" TIMESTAMP,
"occurred_time" DOUBLE,
"report_date_time" TIMESTAMP,
"report_date" TIMESTAMP,
"report_time" DOUBLE,
"location_type" VARCHAR,
"council_district" DOUBLE,
"apd_sector" VARCHAR,
"apd_district" VARCHAR,
"clearance_status" VARCHAR,
"clearance_date" TIMESTAMP,
"ucr_category" VARCHAR,
"category_description" VARCHAR,
"census_block_group" DOUBLE
);
Anyone who has the link will be able to view this.