Export Image
Export Code

Clickable Circles with D3 Rosetta

bsarfo

0 views in last 90 days
Last edited Sep 25, 2025
Created on Sep 25, 2025

BMW Sales Data (2010–2024)

This dataset contains information on BMW car sales across global regions from 2010 to 2024. It includes details about models, specifications, and market performance.

Source

The original dataset was published on Kaggle:
BMW Sales Data 2010–2024 – Kaggle

Dataset Description

  • Model – BMW model name (e.g., 3 Series, X5, i8)
  • Year – Year of manufacture (2010–2024)
  • Region – Market region (Asia, Europe, North America, etc.)
  • Color – Car color (categorical)
  • Fuel_Type – Petrol, Diesel, Hybrid, or Electric
  • Transmission – Manual or Automatic
  • Engine_Size_L – Engine size in liters (numeric)
  • Mileage_KM – Mileage in kilometers (numeric)
  • Price_USD – Sale price in U.S. dollars (numeric)
  • Sales_Volume – Number of units sold (numeric)
  • Sales_Classification – Categorical label (High, Medium, Low)

Usage in VizHub

  • Paste the dataset into a data.csv file in your VizHub project.
  • Use D3.js to load the file:
MIT Licensed