Baselight

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

Loading...
Loading...

About this Dataset

BMW Worldwide Sales Records (2010–2024)

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.

Tables

Bmw Sales Data 2010–2024–1

@kaggle.ahmadrazakashif_bmw_worldwide_sales_records_20102024.bmw_sales_data_2010_2024_1
  • 868.46 kB
  • 50,000 rows
  • 11 columns
Loading...
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
);

Share link

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