Vehicle Dataset 2024
Comprehensive Data on Cars, Trucks, SUVs, and More
@kaggle.kanchana1990_vehicle_dataset_2024
Comprehensive Data on Cars, Trucks, SUVs, and More
@kaggle.kanchana1990_vehicle_dataset_2024
The "Vehicle Dataset 2024" provides a comprehensive look at new vehicles available in the market, including SUVs, cars, trucks, and vans. This dataset contains detailed information on various attributes such as make, model, year, price, mileage, and more. With 1002 entries and 18 columns, this dataset is ideal for data science enthusiasts and professionals looking to practice data cleaning, exploratory data analysis (EDA), and predictive modeling.
Given the richness of the data, this dataset can be used for a variety of data science applications, including but not limited to:
This dataset was ethically mined from cars.com using an API provided by Apify. All data collection practices adhered to the terms of service and privacy policies of the source website, ensuring the ethical use of data.
CREATE TABLE vehicles_dataset (
"name" VARCHAR,
"description" VARCHAR,
"make" VARCHAR,
"model" VARCHAR,
"type" VARCHAR,
"year" BIGINT,
"price" DOUBLE,
"engine" VARCHAR,
"cylinders" DOUBLE,
"fuel" VARCHAR,
"mileage" DOUBLE,
"transmission" VARCHAR,
"trim" VARCHAR,
"body" VARCHAR,
"doors" DOUBLE,
"exterior_color" VARCHAR,
"interior_color" VARCHAR,
"drivetrain" VARCHAR
);
Anyone who has the link will be able to view this.