Top 4 Used Car Sales Datasets Combined
Aggregating the 4 most upvoted datasets on Kaggle.
@kaggle.satvshr_top_4_used_car_sales_datasets_combined
Aggregating the 4 most upvoted datasets on Kaggle.
@kaggle.satvshr_top_4_used_car_sales_datasets_combined
This dataset is an aggregation of the top 4 most popular Kaggle datasets related to used car price prediction in India. It combines around 35,000 entries, offering a comprehensive view of the second-hand car market in India. The dataset includes key features such as car model, year of manufacture, fuel type, transmission, seller type, and more, making it a valuable resource for anyone interested in predicting used car prices, analyzing market trends, or building machine learning models.
CREATE TABLE output (
"brand" VARCHAR,
"model" VARCHAR,
"transmission" VARCHAR,
"age" DOUBLE,
"fuel" VARCHAR,
"engine" DOUBLE,
"km" DOUBLE,
"owner" DOUBLE,
"price" DOUBLE,
"location" VARCHAR,
"mileage" DOUBLE,
"power" DOUBLE,
"seats" DOUBLE,
"type" VARCHAR
);
Anyone who has the link will be able to view this.