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:
- Tax filers and dependants with income by total income, sex and age.
- Income of individuals by age group, sex and income source, Canada, provinces and selected census metropolitan areas
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