A simple data web app mapping Electric Vehicle (EV) Charging stations in Kenya
# ⚡ Kenya EV Charging Infrastructure Dashboard
A comprehensive **web app (Streamlit) dashboard** analyzing the growth, distribution, and insights of **Electric Vehicle (EV) charging infrastructure in Kenya**.
This project visualizes EV station data, provider networks, county-level accessibility, and user feedback.
The key output: **downloadable sample dataset** mapping EV chargings stations in Kenya
---
## 📖 Project Overview
The dashboard offers a multi-tab view into Kenya’s emerging EV ecosystem; helping users understand where charging stations are located, which providers dominate, and how users perceive the current infrastructure.
**Tabs included:**
1. **Overview** – Executive summary of Kenya’s EV growth trends.
2. **Visualizations** – Interactive data visualizations and trend charts.
3. **Stations** – Mapping charging stations based on location and EV Brand.
4. **Brands** – Breakdown of EV brands in Kenya and respective charging stations' charger compatibility.
5. **Counties** – County-level distribution and comparative insights.
6. **Reviews** – Customer feedback and sentiment highlights.
7. **Insights** – Key findings and next steps.
---
## 🧩 Key Features
- Interactive Streamlit dashboard
- Folium-based county and station mapping
- Provider- and county-level filtering
- Searchable provider summaries
- Downloadable CSV datasets per provider
- Consistent tab layout with clean inline styling
---
## 📊 Dataset Details
The dataset captures EV charging stations across multiple Kenyan counties.
Below is the data dictionary describing key variables used in the dataset of the project.
| **Column Name** | **Description** |
|------------------|------------------|
| `Station Name` | Name of the EV charging station |
| `Provider` | Charging service provider or operator |
| `County` | County where the charging station is located |
| `Location` | Specific area or address of the station |
| `Coordinates` | Latitude and longitude for mapping |
| `Charger T …