Data Visualisation website
| datasets | ||
| lib | ||
| countries.geojson | ||
| extract_data.py | ||
| index.css | ||
| index.html | ||
| index.js | ||
| LICENSE | ||
| README.md | ||
Data Visualisation website
This repository contains the website code for the Data Visualisation project.
Running the website
To run the website, run python -m http.server in your terminal (requires Python).
Then open http://localhost:8000 in your web browser to see the website.
Running the extract datasets script
This is a Python script that extracts all of the datasets from the source CSV file and creates all the JSON files needed for the website to run.
Requirements
Python >= 3.9Pandaslibrary
License
MIT