BMW Worldwide Sales Records (2010–2024)
A complete dataset of BMW cars from 2010–2024 with attributes like model, year,
@kaggle.ahmadrazakashif_bmw_worldwide_sales_records_20102024
A complete dataset of BMW cars from 2010–2024 with attributes like model, year,
@kaggle.ahmadrazakashif_bmw_worldwide_sales_records_20102024
This dataset provides detailed sales information for BMW vehicles from 2010 to 2024 across global regions. It includes attributes such as model, year, engine size, mileage, transmission type, fuel type, price, and sales volume. Scholars and analysts can use it to explore market trends, pricing approaches, and customer favorites.
CREATE TABLE bmw_sales_data_2010_2024_1 (
"model" VARCHAR,
"year" BIGINT,
"region" VARCHAR,
"color" VARCHAR,
"fuel_type" VARCHAR,
"transmission" VARCHAR,
"engine_size_l" DOUBLE,
"mileage_km" BIGINT,
"price_usd" BIGINT,
"sales_volume" BIGINT,
"sales_classification" VARCHAR
);
Anyone who has the link will be able to view this.