Baselight

Top 4 Used Car Sales Datasets Combined

Aggregating the 4 most upvoted datasets on Kaggle.

@kaggle.satvshr_top_4_used_car_sales_datasets_combined

Loading...
Loading...

About this Dataset

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.

Tables

Output

@kaggle.satvshr_top_4_used_car_sales_datasets_combined.output
  • 396.83 KB
  • 32200 rows
  • 14 columns
Loading...

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
);

Share link

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