Baselight

Audi Used Car Listings

how much my friend should sell his old car

@kaggle.mysarahmadbhat_audi_used_car_listings

Loading...
Loading...

About this Dataset

Audi Used Car Listings

Data set contains information of price, transmission, mileage, fuel type, road tax, miles per gallon (mpg), and engine size

data description:

model audi 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.

Tables

Audi

@kaggle.mysarahmadbhat_audi_used_car_listings.audi
  • 127.14 KB
  • 10668 rows
  • 9 columns
Loading...

CREATE TABLE audi (
  "model" VARCHAR,
  "year" BIGINT,
  "price" BIGINT,
  "transmission" VARCHAR,
  "mileage" BIGINT,
  "fueltype" VARCHAR,
  "tax" BIGINT,
  "mpg" DOUBLE,
  "enginesize" DOUBLE
);

Share link

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