Cars 2022 Dataset
Complete collection of Cars available to buy in India with their specs.
@kaggle.tr1gg3rtrash_cars_2022_dataset
Complete collection of Cars available to buy in India with their specs.
@kaggle.tr1gg3rtrash_cars_2022_dataset
CREATE TABLE cars_1 (
"car_name" VARCHAR,
"reviews_count" BIGINT,
"fuel_type" VARCHAR,
"engine_displacement" BIGINT,
"no_cylinder" BIGINT,
"seating_capacity" DOUBLE,
"transmission_type" VARCHAR,
"fuel_tank_capacity" DOUBLE,
"body_type" VARCHAR,
"rating" DOUBLE,
"starting_price" BIGINT,
"ending_price" BIGINT,
"max_torque_nm" DOUBLE,
"max_torque_rpm" BIGINT,
"max_power_bhp" DOUBLE,
"max_power_rp" BIGINT
);
Anyone who has the link will be able to view this.