A simple web app to visualise Malaysian election data through maps! All pull requests are welcome!
The typical python
environment setup.
virtualenv venv
source venv/bin/activate
Install dependencies
pip3 install -r requirements.txt
Run the entrypoint
streamlit run GE15.py
data
: election & census data |.csv
filesgeo
: geographical boundaries |.geojson
filespages
: the other pagesutils
: should have really named this components, contains all the shared components across the app
All data used is extracted from Thevesh and the Department of Statistics Malaysia.