Undergraduate Enrollment of Women in Physical and Computer Sciences -Python

DataCamp case study on US women's enrollment in physical and computer sciences. The data set here comes from records of undergraduate degrees awarded to women in a variety of fields from 1970 to 2011. Physical_sciences (representing the percentage of Physical Sciences degrees awarded to women each in corresponding year), and computer_science (representing the percentage of Computer Science degrees awarded to women in each corresponding year).

There is also data on women's enrollment in health and education over the same period.


The data is visualized in different ways using python.


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle