Washington State is a leader in electric vehicle (EV) adoption in the United States. State agencies, utility companies, and automotive manufacturers require a clear understanding of the composition, growth, and geographic distribution of the EV population to make informed decisions regarding infrastructure planning, policy effectiveness, and market strategy. The raw vehicle registration data, while comprehensive, contains various data types and missing values that must be addressed to perform a meaningful analysis.
This project’s objective was to execute a full data analysis workflow: ingesting and cleaning the source data, performing an exploratory data analysis (EDA) to uncover key trends, and building a suite of interactive dashboards to present these insights to stakeholders.
The project followed a robust data preparation and visualization workflow using Python for data analysis and Looker Studio for dashboarding.
Electric_Vehicle_Population_Data.csv
, was ingested into a Python environment using the Pandas library. All columns were initially read as strings to prevent data type inference errors and provide full control over data conversion.int64
, float64
) and categorical (category
) data types for analytical accuracy and memory efficiency.County
and Electric Range
.Model Year
revealed an exponential growth trend in EV adoption, particularly from 2021 onwards.Electric Range
vs. Vehicle Count
revealed that consumer adoption is concentrated in distinct clusters corresponding to the specific range offerings of popular models.ev_population_data_clean.csv
). This materialized dataset serves as a stable and efficient data source for the visualization phase.County
, Make
, and Model Year
allow for deep-dive exploration.This analysis transformed a raw, complex dataset into a clean, structured data source and a suite of interactive dashboards. The final report provides clear, data-driven insights into the Washington State EV market. Key findings include the exponential growth in recent years, the market’s decisive shift towards BEVs, the high market concentration among a few manufacturers, and the dense geographic clustering of EVs in the Puget Sound region. This tool can effectively be used by policymakers for infrastructure planning or by businesses for market analysis.
➡️ Open Full Report in Looker Studio
This dashboard provides a high-level summary of the Washington State EV market, focusing on growth, composition, and key manufacturers/models.
This dashboard explores the geographic distribution of EVs across Washington State and analyzes the technical characteristics of the fleet. Click on a county and see the data update automaticaly
🔗 Home | GitHub |