Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.06 KB

Canadian personal income statistics

Summary

This repository was developed to explore total personal income statistics provided by Statistics Canada. The main result is a Dash application which can be found here.

The income statistics are based on total personal income (line X of a Canadian income tax return) from the following tables:

How to run the application locally

To run the dash application locally, you can clone the repo and install the dependencies:

git clone https://github.com/BlaneG/CAN-income-stats.git
cd CAN-income-stats
pip install requirements.txt

Run the application with:

python index.py