Mercedes Used Car Listing
how much my friend should sell his old Mercedes
@kaggle.mysarahmadbhat_mercedes_used_car_listing
how much my friend should sell his old Mercedes
@kaggle.mysarahmadbhat_mercedes_used_car_listing
data description:
model Mercedez model.
year registraion year.
price price in Euros.
transmission type of gear box.
mileage distance used.
fuelType engine fuel.
tax road tax.
mpg miles per galoon.
engineSize size in litres.
It'd be cool to have some insights and vizualisations of the data. Also, am open to ideas on how to expand the data set.
CREATE TABLE merc (
"model" VARCHAR,
"year" BIGINT,
"price" BIGINT,
"transmission" VARCHAR,
"mileage" BIGINT,
"fueltype" VARCHAR,
"tax" BIGINT,
"mpg" DOUBLE,
"enginesize" DOUBLE
);
Anyone who has the link will be able to view this.