90,000+ Cars Data From 1970 To 2024
Decades of Automobile Information: Comprehensive Data from 1970 to 2024
@kaggle.meruvulikith_90000_cars_data_from_1970_to_2024
Decades of Automobile Information: Comprehensive Data from 1970 to 2024
@kaggle.meruvulikith_90000_cars_data_from_1970_to_2024
CREATE TABLE carsdata (
"model" VARCHAR,
"year" BIGINT,
"price" BIGINT,
"transmission" VARCHAR,
"mileage" BIGINT,
"fueltype" VARCHAR,
"tax" BIGINT,
"mpg" DOUBLE,
"enginesize" DOUBLE,
"manufacturer" VARCHAR
);
Anyone who has the link will be able to view this.