Tesla Global Deliveries Dataset (2015–2025)
Worldwide Tesla sales and production trends (2015–2025)
@kaggle.rehan497_tesla_global_deliveries_dataset_20152025
Worldwide Tesla sales and production trends (2015–2025)
@kaggle.rehan497_tesla_global_deliveries_dataset_20152025
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.
Perfect for EDA, visualization, forecasting, and ML projects.
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
);Anyone who has the link will be able to view this.