Skip to content

esulu/data-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization

This project is a means of converting the data of tuition fees of Ontario universities and colleges over the years into an easily readable figure. The chart uses data from the 2014/2015 to the 2018/2019 school years. The Bokeh and pandas libraries are used to make the visualization of the project.

Chart:

alt text

Using the zoom tool:

alt text

Installation Process

  1. Clone the repository
  2. Set up virtual environment
pip install pipenv
pipenv shell
  1. Install Bokeh and pandas
pipenv install bokeh pandas
  1. Run the main file to display tuition data in a browser
python main.py

Source

Statistics Canada. Table 37-10-0003-01 Canadian undergraduate tuition fees by field of study

Note: Only the data for Ontario is being used in this project

Checklist

  • Finish base code
  • Have different colours
  • Show the name on hover
  • Hide fields that appear on the side
  • Add proper tools
  • Change the thickness of the lines
  • Optimize the code
  • Add the title for the plot and the page
  • Cite the data

About

Visualization of data using Bokeh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages