Baselight

Tesla Global Deliveries Dataset (2015–2025)

Worldwide Tesla sales and production trends (2015–2025)

@kaggle.rehan497_tesla_global_deliveries_dataset_20152025

Loading...
Loading...

About this Dataset

Tesla Global Deliveries Dataset (2015–2025)

A realistic dataset showing Tesla’s global vehicle deliveries and production from 2015 to 2025.
It includes data by model, region, and month, featuring key stats like deliveries, production, range, and CO₂ saved.
This dataset provides month-level records of Tesla vehicle deliveries, production counts, pricing, and technical specifications across major global regions from 2015 through 2025. It is designed for trend analysis, market-share studies, production vs. delivery reconciliation, price and range modeling, and estimating the environmental impact of EV adoption.

Scope & Granularity

Temporal Coverage

  • 2015–2025 (monthly data)

Geographic Coverage

  • North America
  • Europe
  • Asia
  • Middle East

Entity Granularity

  • Each record represents a combination of:
    • Tesla Model × Month × Region

Intended Uses

  • Sales & production forecasting
  • Regional market analysis
  • Pricing & revenue pattern analysis
  • Battery capacity vs. range comparisons
  • Environmental impact estimation (CO₂ savings)

Perfect for EDA, visualization, forecasting, and ML projects.

Tables

Tesla Deliveries Dataset 2015–2025

@kaggle.rehan497_tesla_global_deliveries_dataset_20152025.tesla_deliveries_dataset_2015_2025
  • 95.7 kB
  • 2,640 rows
  • 12 columns
Loading...
CREATE TABLE tesla_deliveries_dataset_2015_2025 (
  "year" BIGINT,
  "month" BIGINT,
  "region" VARCHAR,
  "model" VARCHAR,
  "estimated_deliveries" BIGINT,
  "production_units" BIGINT,
  "avg_price_usd" DOUBLE,
  "battery_capacity_kwh" BIGINT,
  "range_km" BIGINT,
  "co2_saved_tons" DOUBLE,
  "source_type" VARCHAR,
  "charging_stations" BIGINT
);

Share link

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