Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegis301/college_gender_gap
https://github.com/aegis301/college_gender_gap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aegis301/college_gender_gap
- Owner: aegis301
- Created: 2020-12-23T10:03:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T10:27:47.000Z (about 4 years ago)
- Last Synced: 2024-11-06T19:55:59.108Z (3 months ago)
- Language: Jupyter Notebook
- Size: 844 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualizing The Gender Gap in College Degrees
*Disclaimer: This project was inspired and partly instructed by the guided project of dataquest.io.*
The aim of this project is to visualize and analyze the gender gap in different college majors. The data in use comes from the Department of Education Statistics (USA) and contains the percentage of bachelor's degrees granted to women from 1970 to 2012. Randal Olson, a datascientist at the UNiversity of Pennsylvania, posted a cleaned version of this data to download from his personal website.
![Data](initial.png)## Skills Used
* matplotlib.pyplot to visualize data
* usage of multiple plots on a grid based system
* formatting plots according to the guidelines of Edward Tufte