Austin Crash Report Data - Crash Level Records
City of Austin
@usgov.city_of_austin_vision_zero_crash_report_data
City of Austin
@usgov.city_of_austin_vision_zero_crash_report_data
CREATE TABLE table_1 (
"id" BIGINT,
"crash_id" DOUBLE,
"crash_fatal_fl" BOOLEAN,
"case_id" VARCHAR,
"primary_address" VARCHAR,
"secondary_address" VARCHAR,
"rpt_block_num" VARCHAR,
"rpt_street_name" VARCHAR,
"rpt_street_sfx" VARCHAR,
"crash_speed_limit" DOUBLE,
"road_constr_zone_fl" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"crash_sev_id" BIGINT,
"sus_serious_injry_cnt" BIGINT,
"nonincap_injry_cnt" BIGINT,
"poss_injry_cnt" BIGINT,
"non_injry_cnt" BIGINT,
"unkn_injry_cnt" BIGINT,
"tot_injry_cnt" BIGINT,
"death_cnt" BIGINT,
"units_involved" VARCHAR,
"point" VARCHAR,
"motor_vehicle_death_count" BIGINT,
"motor_vehicle_serious_injury_count" BIGINT,
"bicycle_death_count" BIGINT,
"bicycle_serious_injury_count" BIGINT,
"pedestrian_death_count" BIGINT,
"pedestrian_serious_injury_count" BIGINT,
"motorcycle_death_count" BIGINT,
"motorcycle_serious_injury_count" BIGINT,
"other_death_count" BIGINT,
"other_serious_injury_count" BIGINT,
"onsys_fl" BOOLEAN,
"private_dr_fl" BOOLEAN,
"micromobility_serious_injury_count" BIGINT,
"micromobility_death_count" BIGINT,
"crash_timestamp_us_central" VARCHAR,
"crash_timestamp" VARCHAR,
"is_deleted" BOOLEAN,
"is_temporary_record" BOOLEAN,
"law_enforcement_fatality_count" BIGINT,
"reported_street_prefix" VARCHAR,
"estimated_maximum_comprehensive_cost" BIGINT,
"estimated_total_comprehensive_cost" BIGINT
);
Anyone who has the link will be able to view this.