Baselight

UK Car Accidents 2005-2015

Data from the UK Department for Transport

@kaggle.silicon99_dft_accident_data

Accidents0515
@kaggle.silicon99_dft_accident_data.accidents0515

  • 73.47 MB
  • 1780653 rows
  • 32 columns
accident_index

Accident Index

location_easting_osgr

Location Easting OSGR

location_northing_osgr

Location Northing OSGR

longitude

Longitude

latitude

Latitude

police_force

Police Force

accident_severity

Accident Severity

number_of_vehicles

Number Of Vehicles

number_of_casualties

Number Of Casualties

date

Date

day_of_week

Day Of Week

time

Time

local_authority_district

Local Authority (District)

local_authority_highway

Local Authority (Highway)

n_1st_road_class

1st Road Class

n_1st_road_number

1st Road Number

road_type

Road Type

speed_limit

Speed Limit

junction_detail

Junction Detail

junction_control

Junction Control

n_2nd_road_class

2nd Road Class

n_2nd_road_number

2nd Road Number

pedestrian_crossing_human_control

Pedestrian Crossing-Human Control

pedestrian_crossing_physical_facilities

Pedestrian Crossing-Physical Facilities

light_conditions

Light Conditions

weather_conditions

Weather Conditions

road_surface_conditions

Road Surface Conditions

special_conditions_at_site

Special Conditions At Site

carriageway_hazards

Carriageway Hazards

urban_or_rural_area

Urban Or Rural Area

did_police_officer_attend_scene_of_accident

Did Police Officer Attend Scene Of Accident

lsoa_of_accident_location

LSOA Of Accident Location

200501BS00001525680178240-0.1911751.4890961211Tue Jan 04 2005 00:00:00 GMT+0000 (Coordinated Universal Time)317:4212E0900002033218630-1-1112211E01002849
200501BS00002524170181650-0.21170851.5200751311Wed Jan 05 2005 00:00:00 GMT+0000 (Coordinated Universal Time)417:3612E090000204450330625541111E01002909
200501BS00003524520182240-0.20645851.5253011321Thu Jan 06 2005 00:00:00 GMT+0000 (Coordinated Universal Time)500:1512E090000205630-1-141111E01002857
200501BS00004526900177530-0.17386251.4824421311Fri Jan 07 2005 00:00:00 GMT+0000 (Coordinated Universal Time)610:3512E0900002033220630-1-111111E01002840
200501BS00005528060179040-0.15661851.4957521311Mon Jan 10 2005 00:00:00 GMT+0000 (Coordinated Universal Time)221:1312E090000206630-1-171211E01002863
200501BS00006524770181160-0.20323851.515541321Tue Jan 11 2005 00:00:00 GMT+0000 (Coordinated Universal Time)312:4012E090000206630-1-1122611E01002832
200501BS00007524220180830-0.21127751.5126951321Thu Jan 13 2005 00:00:00 GMT+0000 (Coordinated Universal Time)520:4012E09000020563034641111E01002875
200501BS00009525890179710-0.18762351.502261312Fri Jan 14 2005 00:00:00 GMT+0000 (Coordinated Universal Time)617:3512E090000203315330-1-111111E01002889
200501BS00010527350177650-0.16734251.483421322Sat Jan 15 2005 00:00:00 GMT+0000 (Coordinated Universal Time)722:4312E0900002033212630624304541111E01002900
200501BS00011524550180810-0.20653151.5124431325Sat Jan 15 2005 00:00:00 GMT+0000 (Coordinated Universal Time)716:0012E090000204450630345811111E01002875

CREATE TABLE accidents0515 (
  "accident_index" VARCHAR,
  "location_easting_osgr" DOUBLE,
  "location_northing_osgr" DOUBLE,
  "longitude" DOUBLE,
  "latitude" DOUBLE,
  "police_force" BIGINT,
  "accident_severity" BIGINT,
  "number_of_vehicles" BIGINT,
  "number_of_casualties" BIGINT,
  "date" TIMESTAMP,
  "day_of_week" BIGINT,
  "time" VARCHAR,
  "local_authority_district" BIGINT,
  "local_authority_highway" VARCHAR,
  "n_1st_road_class" BIGINT,
  "n_1st_road_number" BIGINT,
  "road_type" BIGINT,
  "speed_limit" BIGINT,
  "junction_detail" BIGINT,
  "junction_control" BIGINT,
  "n_2nd_road_class" BIGINT,
  "n_2nd_road_number" BIGINT,
  "pedestrian_crossing_human_control" BIGINT,
  "pedestrian_crossing_physical_facilities" BIGINT,
  "light_conditions" BIGINT,
  "weather_conditions" BIGINT,
  "road_surface_conditions" BIGINT,
  "special_conditions_at_site" BIGINT,
  "carriageway_hazards" BIGINT,
  "urban_or_rural_area" BIGINT,
  "did_police_officer_attend_scene_of_accident" BIGINT,
  "lsoa_of_accident_location" VARCHAR
);

Share link

Anyone who has the link will be able to view this.