User Car Prices Barcelona 2022
Dataset that contains information on the different second-hand cars that were fo
@kaggle.erenakbulut_user_car_prices_barcelona_2022
Dataset that contains information on the different second-hand cars that were fo
@kaggle.erenakbulut_user_car_prices_barcelona_2022
CREATE TABLE used_cars_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"brand" VARCHAR,
"model" VARCHAR,
"price_eur" BIGINT -- Price (eur),
"engine" VARCHAR,
"year" BIGINT,
"mileage_kms" BIGINT -- Mileage (kms),
"fuel" VARCHAR,
"gearbox" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.