Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 2.08 KB

README.md

File metadata and controls

41 lines (19 loc) · 2.08 KB

UROP Employment Pathway

MIT J-WEL project on employment pathways of the future.

Data

All data from the project was stored using MySQL. Data sources were drawn from O*NET and can be downloaded in the zip file.

Analysis

Analysis was done using Jupyter Notebook.

Notebook Contents

Demographic data: AgesandWages.ipynb

Career Changer Matrix Modifications: CareerChangerReplication.ipynb

Comparison of Skills: SkillTransitions.ipynb

Other Notebooks: Random stuff and descriptive statistics are contained in other Notebooks...feel free to poke around, I guess.

Packages used:

Pandas: Pandas Dataframe objects were used to manipulate data for visualization and analysis

NetworkX: NetworkX was used to build occupation paths using data from O*NET's Career Changer Matrix as well as to implement Dijkstra' shortest path algorithm.

Main Visualization tools:

The main visualization tools used were Plotly and matplotlib. In most cases, Plotly was prefered for its interactivity with data. However, matplotlib was used when Plotly's documentation was actually too trash to use or quick anaylsis was favored over interactivity.

Questions/Comments/Concerns:

(Yes, I know that some of the code are not the cleanest but it works for the time being)

Email: [email protected]