Road Collision Casualties In Camden
London Borough of Camden
@ukgov.road_collision_casualties_in_camden
London Borough of Camden
@ukgov.road_collision_casualties_in_camden
CREATE TABLE table_1 (
"collision_id" VARCHAR,
"borough_name" VARCHAR,
"casualty_class" VARCHAR,
"casualty_gender" VARCHAR,
"casualty_age_band" VARCHAR,
"casualty_age" DOUBLE,
"casualty_count" BIGINT,
"casualty_severity" VARCHAR,
"pedestrian_location" VARCHAR,
"pedestrian_movement" VARCHAR,
"casualty_mode_of_travel" VARCHAR,
"collision_location" VARCHAR,
"vehicle_count" DOUBLE,
"collision_date" VARCHAR,
"day_name" VARCHAR,
"time" DOUBLE,
"highway_authority" VARCHAR,
"first_road_class" VARCHAR,
"first_road_number" DOUBLE,
"road_type" VARCHAR,
"speed_limit" VARCHAR,
"junction_detail" VARCHAR,
"junction_control" VARCHAR,
"second_road_class" VARCHAR,
"second_road_number" DOUBLE,
"pedestrian_crossing_facilities" VARCHAR,
"light_conditions" VARCHAR,
"weather_details" VARCHAR,
"road_surface_condition" VARCHAR,
"special_conditions_at_site" VARCHAR,
"carriageway_hazards" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"longitude" DOUBLE,
"latitude" DOUBLE,
"ward_code" VARCHAR,
"ward_name" VARCHAR,
"spatial_accuracy" VARCHAR,
"location" VARCHAR,
"organisation_uri" VARCHAR,
"socrata_id" BIGINT,
"last_uploaded" VARCHAR
);
Anyone who has the link will be able to view this.