Ecuador Used Cars Dataset
A Comprehensive Database of Used Cars in Ecuador: Ideal for price prediction.
@kaggle.joshuastay_ecuador_used_cars_dataset
A Comprehensive Database of Used Cars in Ecuador: Ideal for price prediction.
@kaggle.joshuastay_ecuador_used_cars_dataset
This dataset describes various features of a car, including its year, mileage, price, location, negotiation type, category, brand, subtype, model, publication date, run, windows, transmission, fuel, air conditioning system, traction, color, last license plate number, direction, engine (cylinder), upholstery, license plate, engine type, and financing details such as the minimum down payment and monthly payment amount.
If you were to use this dataset, please consider citing this website.
CREATE TABLE patiotuerca2023_02_10 (
"a_o" BIGINT,
"kil_metraje" BIGINT,
"precio" DOUBLE,
"lugar" VARCHAR,
"negociacion" VARCHAR,
"categor_a" VARCHAR,
"marca" VARCHAR,
"subtipo" VARCHAR,
"modelo" VARCHAR,
"publicaci_n" VARCHAR,
"recorrido" VARCHAR,
"vidrios" VARCHAR,
"transmisi_n" VARCHAR,
"combustible" VARCHAR,
"sistema_de_climatizaci_n" VARCHAR,
"tracci_n" VARCHAR,
"color" VARCHAR,
"n__ltimo_n_mero_de_la_placa" DOUBLE -- Último Número De La Placa,
"direcci_n" VARCHAR,
"motor_cilindraje" DOUBLE -- Motor(cilindraje),
"tapizado" VARCHAR,
"placa" VARCHAR,
"tipo_de_motor" VARCHAR,
"entrada_desde" VARCHAR,
"cuotas_desde" VARCHAR,
"n_mero_de_cuotas" DOUBLE
);
Anyone who has the link will be able to view this.