Cars Dataset (2010-2020)
A Comprehensive Dataset of Car Specifications from 2010 to 2020.
@kaggle.waqi786_cars_dataset_2010_2020
A Comprehensive Dataset of Car Specifications from 2010 to 2020.
@kaggle.waqi786_cars_dataset_2010_2020
CREATE TABLE cars_2010_2020 (
"make" VARCHAR,
"model" VARCHAR,
"year" BIGINT,
"engine_size_l" DOUBLE,
"fuel_type" VARCHAR,
"price_usd" DOUBLE
);
Anyone who has the link will be able to view this.