Takata Recall
Department of Transportation
@usgov.dot_gov_takata_recall
Department of Transportation
@usgov.dot_gov_takata_recall
CREATE TABLE table_1 (
"report_date" TIMESTAMP,
"manufacturer" VARCHAR,
"recall_campaign" VARCHAR,
"priority_group" DOUBLE,
"driver_passenger" VARCHAR,
"total_air_bags_affected" BIGINT,
"total_air_bags_repaired" BIGINT,
"scrapped" BIGINT,
"exported" BIGINT,
"stolen" BIGINT,
"other" BIGINT,
"nonresponsive" BIGINT,
"affirmative_refusal" BIGINT,
"aftermarket_modification" BIGINT,
"vehicle_degradation" BIGINT,
"net_air_bags_affected" BIGINT,
"net_air_bags_remaining" BIGINT,
"completion_rate" DOUBLE
);
Anyone who has the link will be able to view this.