Advanced analytical framework for examining electric vehicle registration patterns, market dynamics, and adoption trajectories across 264,000+ records.
Two complementary analysis frameworks explore EV fleet evolution through statistical methods, machine learning, and novel dimensionality reduction techniques.
| Framework | Focus | Visualizations |
|---|---|---|
| Quantum Analysis | Classical statistical methods and temporal trends | 7 visualization suites |
| Advanced Analysis | TemporalSpatialIndex and dimensional reduction | 5 visualization suites |
| Educational Synthesis | Mathematical explanations and methodology | Interactive HTML document |
Source: Electric Vehicle Population Dataset
| Attribute | Value |
|---|---|
| Total Records | 264,628 |
| Columns | 17 |
| Geographic Focus | Washington State (primary) |
| Time Span | 1999-2026 |
| Vehicle Types | BEV and PHEV |
Novel composite scoring system combining temporal, spatial, and market dimensions into unified metric. Enables quartile stratification from Genesis through Singularity phases.
- Principal Component Analysis for dimensionality reduction
- K-means clustering in reduced feature space
- Hierarchical manufacturer taxonomy with Ward linkage
- Geographic acceleration analysis via velocity derivatives
- Phase space trajectory visualization
- Correlation network construction
All visualizations rendered at 300 DPI with consistent color palette optimized for dark backgrounds and perceptual uniformity.
git clone https://github.com/Cazzy-Aporbo/Electric-vehicle-population.git
cd Electric-vehicle-population
pip install pandas numpy matplotlib seaborn scikit-learn scipypython ev_quantum_analysis.pyGenerates 7 visualization files:
- temporal_cascade.png
- dimensional_reduction.png
- statistical_manifold.png
- advanced_distribution.png
- correlation_nexus.png
- executive_synthesis.png
- neural_insights.png
python ev_advanced_analysis.pyGenerates 5 visualization files:
- hierarchical_taxonomy.png
- phase_space_trajectories.png
- market_topology.png
- temporal_decomposition.png
- multidimensional_scatter.png
Open ev_analysis_synthesis.html in any browser for comprehensive methodology explanation.
Stacked area charts showing adoption dynamics, market dominance, geographic hotspots, and CAFV eligibility trends.
PCA-based model space visualization with K-means clustering taxonomy showing fleet composition in reduced feature space.
Dual-axis convergence analysis, market share stratification, era-based technology distribution, and radial popularity plots.
Spatiotemporal heatmap of county-year registrations with urban concentration analysis across top 25 cities.
Feature correlation matrix with temporal manufacturer evolution trajectories.
YoY growth dynamics, market dominance shifts, model diversity indices, cumulative fleet growth, and BEV penetration rates.
Dendrogram showing manufacturer relationships and temporal correlation matrix.
Evolution of market size versus BEV adoption with TSI quartile stratification and geographic acceleration index.
Treemap showing model distribution with city-manufacturer flow network.
Time series with trend extraction, seasonal components, technology comparison, and residual analysis.
County and manufacturer analysis across multiple dimensions with TSI performance metrics.
Custom TemporalSpatialIndex combining normalized model year, spatial entropy, and market density into composite score. Quartile stratification identifies adoption phases.
- Data cleaning and feature engineering
- TSI score calculation and quartile assignment
- Adoption velocity computation via temporal derivatives
- Correlation network construction
- Hierarchical clustering with Ward linkage
- PCA transformation to 2D space
- K-means clustering in reduced space
- Multi-technique visualization generation
- Principal Component Analysis
- K-means clustering
- Hierarchical clustering
- Kernel density estimation
- Moving average trend extraction
- Correlation analysis
- Residual decomposition
| Package | Version | Purpose |
|---|---|---|
| pandas | 1.3+ | Data manipulation |
| numpy | 1.21+ | Numerical operations |
| matplotlib | 3.4+ | Visualization |
| seaborn | 0.11+ | Statistical plots |
| scikit-learn | 0.24+ | Machine learning |
| scipy | 1.7+ | Scientific computing |
| Color | Hex Code | Usage |
|---|---|---|
| Deep Teal | #172226 | Primary background |
| Black | #000000 | Contrast elements |
| Purple | #5F5CA4 | Accent highlights |
| Steel Blue | #476F75 | Secondary elements |
| Ocean Blue | #597C82 | Data series |
| Mint | #B2E4D9 | Primary foreground |
Electric-vehicle-population/
βββ Electric_Vehicle_Population_Data.csv
βββ ev_quantum_analysis.py
βββ ev_advanced_analysis.py
βββ ev_analysis_synthesis.html
βββ temporal_cascade.png
βββ dimensional_reduction.png
βββ statistical_manifold.png
βββ advanced_distribution.png
βββ correlation_nexus.png
βββ executive_synthesis.png
βββ hierarchical_taxonomy.png
βββ phase_space_trajectories.png
βββ market_topology.png
βββ temporal_decomposition.png
βββ multidimensional_scatter.png
βββ README.md
| Insight | Description |
|---|---|
| BEV Dominance | 80% of fleet is pure electric, with accelerating penetration post-2020 |
| Geographic Concentration | King County accounts for 50% of registrations, limited geographic diffusion |
| Market Leadership | Tesla commands 41% market share, with Chevrolet distant second at 7% |
| Technology Shift | PHEV serving as transitional technology, losing share to BEV platforms |
| Adoption Acceleration | Second-derivative analysis identifies emerging hotspots before volume peaks |
The included HTML synthesis document explains mathematical foundations and analytical methodology in accessible language. Covers PCA, clustering algorithms, correlation networks, phase space dynamics, and statistical decomposition techniques.
Electric Vehicle Fleet Analysis: Mathematical Framework
Advanced Analytics Synthesizing Classical Statistics with Dimensionality Reduction Techniques
MIT License - see dataset source for data-specific terms.
Cazandra Aporbo
GitHub
Dataset sourced from Kaggle. Analysis frameworks developed using open-source scientific Python ecosystem.