A dataset containing motorcycle and moped crashes in Florida cities. The data was from two sources: the Florida Department of Transportation (FDOT) and the U.S. Census Bureau. This file shows crash locations for Long-Form-reported crashes within the state of Florida and is subset to those occurring within towns and having a county-city code assigned.

mv_crashes_all

Format

A data frame with 2,733,425 rows and 21 variables:

xid

a unique identifier for each crash

calendar_year

calendar year as string

crash_date

date of crash as date

crash_time

four character string for time on 12 hour interval

dayoweek

three letter abbreviation for day of week (Mon through Sun)

dot_cnty_cd

Florida Department of Transportation county code

county_txt

county name

dhsmv_cty_cd

four digit string unique city code

dhscntycty

four digit string unique county city code

in_town_flag

crash in town (Yes) or out of town (No)

injsever

injury severity (1 None; 2 Possible; 3 Non-Incapacitating; 4 Incapacitating; 5 Fatal (within 30 days); and 6 Non-traffic Fatality

motorcycle_involved

motorcyle involved (Yes) or not involved (No)

number_of_injured

integer number of persons injured

number_of_killed

integer number of persons killed

number_of_serious_injuries

interger number of persons seriously injured

number_of_pedestrians

integer number of pedestrians involved

total_drivers

integer number of drivers

number_of_bicyclists

integer number of bicyclists

number_of_vehicles

integer number of vehicles

total_persons

integer number of persons

impaired_driver

integer number of impaired drivers (may mean physically or under the influence)

Source

FDOT Open Data Hub: Crashes All

Note

The original dataframe included 158 variables. A code sheet, while available online, did not match column names or responses. A variable like "ALCINVCD" presumably was an abbreviation for "alcohol involved" but it was omitted because no explanation could be found. Additionally, pertinent information on "helmet use" is collected on the uniform long form traffic crash report but could not be found in the variable names.

References

Florida Department of Highway Safety and Motor Vehicles, Uniform Traffic Crash Report Manual (Rev'd Feb. 2, 2019)