📊 View on GitHub

🎓 Labor Dynamics Analysis

College Enrollment vs Employment Trends in the United States (2010-2024)

A comprehensive analysis of the relationship between higher education participation and labor market dynamics using real government data from BLS and NCES APIs.

📈 Real BLS Data
🔬 Statistical Analysis
📊 Interactive Visualizations
🎯 Policy Insights
⭐ NEW: Underemployment Analysis (7,700+ Institutions)

📊 Analysis Overview

2010-2024 Analysis Period
7,703 Institutions Analyzed
180 BLS Data Records
23 Fields of Study
57 Correlations Found
NEW Research

🔍 Key Findings

📈 Enrollment Trends
  • Average Annual Growth: 0.76%
  • Total Growth (2010-2024): 9.6%
  • Trend: 170,135 students per year increase
  • Volatility: 4.82% standard deviation
💼 Employment Trends
  • Average Annual Growth: 0.03%
  • Total Growth (2010-2024): 2.6%
  • Unemployment Average: 5.8%
  • Unemployment Range: 3.4% - 14.8%

🔗 Top Statistical Correlations

Significant relationships found between college enrollment and labor market metrics:

Total Enrollment ↔ Employment-Population Ratio
Higher enrollment correlates with better employment ratios
r = 0.743 (Strong)
Total Enrollment ↔ Labor Force Participation
Enrollment trends align with workforce participation
r = 0.606 (Moderate)
Total Enrollment ↔ Unemployment Level
Inverse relationship: more enrollment, less unemployment
r = -0.647 (Moderate)
Total Enrollment ↔ Civilian Labor Force
Moderate inverse relationship with total labor force
r = -0.517 (Moderate)

⭐ Underemployment & Career Trajectories Analysis

Advanced research module analyzing field-level underemployment patterns, institutional effects, and long-term career outcomes using College Scorecard data.

NEW RESEARCH 7,700+ Institutions
23 Fields of Study Analyzed
3-4x Earnings Gap (High vs Low Fields)
$13.4K Completion Rate Gap Impact
55.7% High-Risk Institutions
🔬 Research Findings
📊 Field-Level Variation
  • Liberal Arts/Humanities: 24% underemployment risk
  • Engineering/STEM: 1-3% underemployment risk
  • Evidence of persistent field-based disparities
📈 Completion Rate Gradient
  • Q4 (Highest): $46,500 median earnings
  • Q1 (Lowest): $33,100 median earnings
  • Strong evidence: completion protects from scarring
🏫 Institution Type Effects
  • For-Profit: $24,450 median, 69% default rate
  • Private Nonprofit: $39,600 median, 41% default
  • 28-point default gap between types
💰 Socioeconomic Stratification
  • High-Pell institutions: Systematically worse outcomes
  • Evidence of cumulative disadvantage mechanism
  • Pattern holds even controlling for institution type
⚠️ Career "Scarring" Evidence: 55.7% of institutions show concerning patterns (completion <30%, earnings <$30K, or default >40%). Analysis supports "scarring" hypothesis over "temporary mismatch" - initial underemployment has lasting career impacts.
📖 Access the Full Analysis

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 Visualizations

Labor Market & Education Trends (2010-2024)
Comprehensive Trends Analysis

Analysis: The visualization shows enrollment growth alongside employment trends, unemployment fluctuations, and the relationship between undergraduate and graduate enrollment patterns.

Statistical Correlation Matrix
Correlation Heatmap

Analysis: The heatmap reveals complex relationships between enrollment metrics and employment indicators, with warmer colors indicating stronger positive correlations.

🔬 Methodology & Data Sources

📊 Data Sources
  • Bureau of Labor Statistics (BLS)
    Employment, unemployment, and labor force data via API
  • National Center for Education Statistics
    College enrollment trends (synthetic data used due to API limitations)
  • Real-time API Integration
    Live government data collection and processing
🔍 Statistical Methods
  • Pearson Correlation Analysis
    Measuring linear relationships between variables
  • Time Series Analysis
    Trend identification and growth rate calculations
  • Linear Regression
    Trend slope analysis and forecasting
💻 Technology Stack
  • Python & Pandas
    Data processing and statistical analysis
  • Matplotlib & Seaborn
    Professional visualization generation
  • API Integration
    Real-time government data collection

🎯 Policy Implications & Insights

🎓 Education Policy
Key Insight: The strong positive correlation (0.743) between enrollment and employment-population ratio suggests that higher education expansion may contribute to better labor market outcomes.
  • Support for increased college accessibility
  • Investment in higher education infrastructure
  • Programs to reduce educational barriers
💼 Workforce Development
Key Insight: The inverse correlation (-0.647) between enrollment and unemployment levels indicates that education may serve as a buffer against unemployment.
  • Skills training programs during economic downturns
  • Career transition support through education
  • Integration of workforce needs with curriculum

💻 Project Information

🔧 Technical Implementation
  • Repository: kamrawr/labor-dynamics-analysis
  • Data Collection: Automated API integration
  • Analysis Pipeline: Python-based statistical analysis
  • Visualization: Professional charts and interactive displays
  • Documentation: Comprehensive README and methodology
📋 Quick Start
# 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