Baselight

Car Tyres Dataset

Different car tyres from various Brands with specifications and ratings

@kaggle.devsubhash_car_tyres_dataset

Loading...
Loading...

About this Dataset

Car Tyres Dataset

This dataset contains 4350 samples with 11 attributes. There are some missing values in this dataset. Here are the columns in this dataset-

1. Brand: This indicates the Automotive Brand for which the product i.e. Tyres are suitable.
2. Model: This is the Car model for which the Tyres are a good match.
3. Submodel: This indicates the type of vehicle model i.e. Diesel, Petrol etc.
4. Tyre Brand: This column has the names of major Tyres manufacturers for this particular Brand - Maruti.
5. Serial No.: This is the Tyre model number.
6. Type: This indicates the type of Tyres i.e. Tube or Tubeless.
7. Load Index: This is the maximum weight that each tyre of the vehicle can carry at the maximum speed limit as specified by the manufacturer.
8. Size: This is the standard tyre size indicating the width, profile, radial construction and rim size.
9. Selling Price: This is the selling price of the tyre.
10. Original Price: This is the actual/ original price of the tyre.
11. Rating: Average customer ratings on a scale of 5.

Tables

Car Tyres Dataset

@kaggle.devsubhash_car_tyres_dataset.car_tyres_dataset
  • 30.04 kB
  • 4,350 rows
  • 11 columns
Loading...
CREATE TABLE car_tyres_dataset (
  "brand" VARCHAR,
  "model" VARCHAR,
  "submodel" VARCHAR,
  "tyre_brand" VARCHAR,
  "serial_no" VARCHAR  -- Serial No.,
  "type" VARCHAR,
  "load_index" BIGINT,
  "size" VARCHAR,
  "selling_price" BIGINT,
  "original_price" BIGINT,
  "rating" DOUBLE
);

Share link

Anyone who has the link will be able to view this.