Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

Carprices
@kaggle.balakrishcodes_others.carprices

  • 3.63 KB
  • 13 rows
  • 4 columns
car_model

Car Model

mileage

Mileage

sell_price

Sell Price($)

age_yrs

Age(yrs)

BMW X569000180006
BMW X535000340003
BMW X557000261005
BMW X522500400002
BMW X546000315004
Audi A559000294005
Audi A552000320005
Audi A572000193006
Audi A591000120008
Mercedez Benz C class67000220006

CREATE TABLE carprices (
  "car_model" VARCHAR,
  "mileage" BIGINT,
  "sell_price" BIGINT,
  "age_yrs" BIGINT
);

Share link

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