Baselight

Motorcycle Dataset

used vehicles (motorcycle) dataset

@kaggle.nehalbirla_motorcycle_dataset

Loading...
Loading...

About this Dataset

Motorcycle Dataset

This dataset contains information about used motorcycles
This data can be used for a lot of purposes such as price prediction to exemplify the use of linear regression in Machine Learning.
The columns in the given dataset are as follows:

  1. name
  2. selling price
  3. year
  4. seller type
  5. owner
  6. km driven
  7. ex showroom price

For used car datasets please go to https://www.kaggle.com/nehalbirla/vehicle-dataset-from-cardekho

Tables

Bike Details

@kaggle.nehalbirla_motorcycle_dataset.bike_details
  • 16.82 KB
  • 1061 rows
  • 7 columns
Loading...

CREATE TABLE bike_details (
  "name" VARCHAR,
  "selling_price" BIGINT,
  "year" BIGINT,
  "seller_type" VARCHAR,
  "owner" VARCHAR,
  "km_driven" BIGINT,
  "ex_showroom_price" DOUBLE
);

Share link

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