Tesla Autonomous Deaths Updated 2023
Tesla Autopilot Impact on Road Safety and Prevention Opportunities
@kaggle.ibriiee_tesla_autonomous_deaths_data_updated_2023
Tesla Autopilot Impact on Road Safety and Prevention Opportunities
@kaggle.ibriiee_tesla_autonomous_deaths_data_updated_2023
The Tesla Accidents dataset contains information on accidents involving Tesla vehicles that have resulted in the death of at least one person, including the location, date, and name of the deceased, as well as the presence of Autopilot at the time of the crash. This dataset is intended for use by researchers, policymakers, and anyone interested in understanding the relationship between Tesla vehicles and road safety.
For more datasets, click here.
The dataset also includes data on reported and confirmed incidents involving Autopilot. This information can be used to identify patterns and trends in Autopilot usage and its effect on road safety.
The dataset is updated regularly and can be downloaded from the source. It includes a variety of information related to each fatal incident, including the date and location of the crash, the model of the vehicle involved, and whether Autopilot was engaged at the time. Each incident is assigned a unique identifier for easy reference and detailed examination.
The dataset serves as a valuable resource for understanding the complex relationship between Tesla vehicles and road safety. By providing detailed information on fatal accidents, Autopilot usage, and other relevant data, it can help inform policies and research aimed at reducing the number of deaths on our roads.
*if this dataset helped you in your work or studies, please credit the original source
Please Credit ↑
CREATE TABLE tesla_deaths_deaths (
"case" DOUBLE -- Case #,
"year" DOUBLE,
"date" TIMESTAMP,
"n__country" VARCHAR -- Country,
"n__state" VARCHAR -- State,
"n__description" VARCHAR -- Description,
"n__deaths" DOUBLE -- Deaths,
"n__tesla_driver" VARCHAR -- Tesla Driver,
"n__tesla_occupant" VARCHAR -- Tesla Occupant,
"n__other_vehicle" VARCHAR -- Other Vehicle,
"n__cyclists_peds" VARCHAR -- Cyclists/ Peds,
"n__tsla_cycl_peds" VARCHAR -- TSLA+cycl / Peds,
"n__model" VARCHAR -- Model,
"n__autopilot_claimed" VARCHAR -- Autopilot Claimed,
"n__verified_tesla_autopilot_deaths" VARCHAR -- Verified Tesla Autopilot Deaths,
"n__verified_tesla_autopilot_deaths_all_deaths_reported_d74c0182" VARCHAR -- Verified Tesla Autopilot Deaths + All Deaths Reported To NHTSA SGO,
"unnamed_16" VARCHAR -- Unnamed: 16,
"unnamed_17" VARCHAR -- Unnamed: 17,
"n__source" VARCHAR -- Source,
"n__note" VARCHAR -- Note,
"n__deceased_1" VARCHAR -- Deceased 1,
"n__deceased_2" VARCHAR -- Deceased 2,
"n__deceased_3" VARCHAR -- Deceased 3,
"n__deceased_4" VARCHAR -- Deceased 4
);Anyone who has the link will be able to view this.