Data Visualisation website
Find a file
2024-07-30 16:40:17 +10:00
datasets Split up line chart datasets by financing scheme, function and provider 2024-06-05 12:05:10 +10:00
lib Remove d3-simple-slider.js 2024-06-07 17:52:26 +10:00
countries.geojson initial chloropleth 2024-05-13 17:11:57 +10:00
extract_data.py Make line chart an actual line chart with points 2024-06-06 15:44:37 +10:00
index.css Make line chart an actual line chart with points 2024-06-06 15:44:37 +10:00
index.html Remove d3-simple-slider.js 2024-06-07 17:52:26 +10:00
index.js Format currencies properly 2024-06-07 22:40:00 +10:00
LICENSE Add MIT license 2024-07-30 16:40:17 +10:00
README.md Add MIT license 2024-07-30 16:40:17 +10:00

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.9
  • Pandas library

License

MIT