Cars India Dataset
cars in India dataset
@kaggle.anushabellam_cars_cars_2
cars in India dataset
@kaggle.anushabellam_cars_cars_2
CREATE TABLE cars_india_dataset (
"unnamed_0" BIGINT,
"model" VARCHAR,
"maker" VARCHAR,
"type" VARCHAR,
"seats" BIGINT,
"displacement" DOUBLE,
"length" BIGINT,
"width" BIGINT,
"height" BIGINT,
"wheelbase" BIGINT,
"no_of_cylinders" DOUBLE,
"fuel" VARCHAR,
"engine_type" VARCHAR,
"transmission" VARCHAR,
"front_brake" VARCHAR,
"rear_brake" VARCHAR,
"drive" VARCHAR,
"turning_radius" DOUBLE,
"fuel_tank_capacity" DOUBLE,
"boot_space" DOUBLE,
"fuel_efficiency" DOUBLE,
"emission_type" VARCHAR,
"tyre_size" VARCHAR,
"variants" BIGINT,
"ncap_rating" VARCHAR
);
Anyone who has the link will be able to view this.