Takata Recall
Department of Transportation
@usgov.dot_gov_takata_recall
Department of Transportation
@usgov.dot_gov_takata_recall
Tens of millions of vehicles with Takata air bags are under recall. Long-term exposure to high heat and humidity can cause these air bags to explode when deployed. Such explosions have caused injuries and deaths.
NHTSA urges vehicle owners to take a few simple steps to protect themselves and others from this very serious threat to safety.
This dataset tracks various progress indicators for the recall.
Organization: Department of Transportation
Last updated: 2020-11-12T12:40:19.718119
Tags: takata
CREATE TABLE table_1 (
"report_date" TIMESTAMP,
"manufacturer" VARCHAR,
"recall_campaign" VARCHAR -- Recall Campaign¹,
"priority_group" DOUBLE -- Priority Group²,
"driver_passenger" VARCHAR -- Driver / Passenger,
"total_air_bags_affected" BIGINT,
"total_air_bags_repaired" BIGINT,
"scrapped" BIGINT,
"exported" BIGINT,
"stolen" BIGINT,
"other" BIGINT -- Other³,
"nonresponsive" BIGINT,
"affirmative_refusal" BIGINT,
"aftermarket_modification" BIGINT,
"vehicle_degradation" BIGINT,
"net_air_bags_affected" BIGINT -- Net Air Bags Affected⁴,
"net_air_bags_remaining" BIGINT -- Net Air Bags Remaining⁵,
"completion_rate" DOUBLE -- Completion Rate⁶
);Anyone who has the link will be able to view this.