A comprehensive analysis of the relationship between higher education participation and labor market dynamics using real government data from BLS and NCES APIs.
Significant relationships found between college enrollment and labor market metrics:
Advanced research module analyzing field-level underemployment patterns, institutional effects, and long-term career outcomes using College Scorecard data.
Complete research module with interactive notebook, CLI tool, and export capabilities for causal analysis.
Data Source: College Scorecard (7,703 institutions) | Methods: Field analysis, completion gradients, institutional comparisons, SES stratification | Status: Production ready, PhD research quality
Analysis: The visualization shows enrollment growth alongside employment trends, unemployment fluctuations, and the relationship between undergraduate and graduate enrollment patterns.
Analysis: The heatmap reveals complex relationships between enrollment metrics and employment indicators, with warmer colors indicating stronger positive correlations.
# Clone repository
git clone https://github.com/kamrawr/labor-dynamics-analysis.git
# Install dependencies
pip install -r requirements.txt
# Run analysis
python run_complete_analysis.py
Requires BLS API key for real employment data collection