GM Road Casualty Accidents (Full STATS19 Data)
Transport for Greater Manchester
@ukgov.gm_road_casualty_accidents
Transport for Greater Manchester
@ukgov.gm_road_casualty_accidents
CREATE TABLE n_2010_2021_stats19_data_accidents_greater_manchester (
"accident_index" BIGINT,
"year" BIGINT,
"severity" BIGINT,
"numbervehicles" BIGINT,
"numbercasualties" BIGINT,
"outputdate" TIMESTAMP,
"day" BIGINT,
"outputtime" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"localauthority" BIGINT,
"road1class" BIGINT,
"road1number" BIGINT,
"carriagewaytype" BIGINT,
"speedlimit" BIGINT,
"junctiondetail" BIGINT,
"junctioncontrol" BIGINT,
"road2class" BIGINT,
"road2number" BIGINT,
"pedcrossinghumancontrol" BIGINT,
"pedcrossingphysicalfacilities" BIGINT,
"lightingcondition" BIGINT,
"weathercondition" BIGINT,
"roadsurface" BIGINT,
"specialconditions" BIGINT,
"carriagewayhazard" BIGINT,
"placereported" BIGINT
);
CREATE TABLE n_2010_2021_stats19_data_casualties_greater_manchester (
"accident_index" BIGINT,
"year" BIGINT,
"vehiclereferencenumber" BIGINT,
"casualtynumber" BIGINT,
"casualtyclass" BIGINT,
"sex" BIGINT,
"agebandofcasualty" BIGINT,
"casualtyseverity" BIGINT,
"pedlocation" BIGINT,
"pedmovement" BIGINT,
"carpassenger" BIGINT,
"buspassenger" BIGINT,
"pedinjwork" BIGINT,
"castypecode" BIGINT
);
CREATE TABLE n_2010_2021_stats19_data_vehicles_greater_manchester (
"accident_index" BIGINT,
"year" BIGINT,
"vehiclereferencenumber" BIGINT,
"vehicletype" BIGINT,
"arttowing" BIGINT,
"manoeuvre" BIGINT,
"vehiclelocationoffroad" BIGINT,
"junctionlocation" BIGINT,
"skidding" BIGINT,
"hitobjectoncway" BIGINT,
"vehicleleavecway" BIGINT,
"hitobjectoffcway" BIGINT,
"firstpointimpact" BIGINT,
"journeypurpose" BIGINT,
"foreignreg" BIGINT,
"sexofdriver" BIGINT,
"agebandofdriver" BIGINT
);
Anyone who has the link will be able to view this.