Used Car Price Prediction Dataset
Predict the price of a used vehicle
@kaggle.taeefnajib_used_car_price_prediction_dataset
Predict the price of a used vehicle
@kaggle.taeefnajib_used_car_price_prediction_dataset
Used Car Price Prediction Dataset is a comprehensive collection of automotive information extracted from the popular automotive marketplace website, https://www.cars.com. This dataset comprises 4,009 data points, each representing a unique vehicle listing, and includes nine distinct features providing valuable insights into the world of automobiles.
This dataset is a valuable resource for automotive enthusiasts, buyers, and researchers interested in analyzing trends, making informed purchasing decisions or conducting studies related to the automotive industry and consumer preferences. Whether you are a data analyst, car buyer, or researcher, this dataset offers a wealth of information to explore and analyze.
CREATE TABLE used_cars (
"brand" VARCHAR,
"model" VARCHAR,
"model_year" BIGINT,
"milage" VARCHAR,
"fuel_type" VARCHAR,
"engine" VARCHAR,
"transmission" VARCHAR,
"ext_col" VARCHAR,
"int_col" VARCHAR,
"accident" VARCHAR,
"clean_title" VARCHAR,
"price" VARCHAR
);Anyone who has the link will be able to view this.