Skip to content

πŸ“Š Applet that visualizes median income in Canada vs family type using open data.

Notifications You must be signed in to change notification settings

asharahmed/family-v-income-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Median Income in Canada vs Family Type Visualization

alt text

This Python code reads in data from a CSV file and filters it to keep only relevant rows. It then pivots the DataFrame to put the years in columns, and plots the data using a bar chart.

Requirements

  • pandas
  • matplotlib

Usage

  1. Install the required libraries using pip: pip install pandas matplotlib, or pip install -r requirements.txt
  2. Save the income_data.csv file in the same directory as the Python code.
  3. Run the code using your preferred Python environment.

License

This code is released under the MIT License.

About

πŸ“Š Applet that visualizes median income in Canada vs family type using open data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages