Car Tyres Dataset
Different car tyres from various Brands with specifications and ratings
@kaggle.devsubhash_car_tyres_dataset
Different car tyres from various Brands with specifications and ratings
@kaggle.devsubhash_car_tyres_dataset
CREATE TABLE car_tyres_dataset (
"brand" VARCHAR,
"model" VARCHAR,
"submodel" VARCHAR,
"tyre_brand" VARCHAR,
"serial_no" VARCHAR,
"type" VARCHAR,
"load_index" BIGINT,
"size" VARCHAR,
"selling_price" BIGINT,
"original_price" BIGINT,
"rating" DOUBLE
);
Anyone who has the link will be able to view this.