MANAGER EFFECTIVENESS INDEX
A Python-built Manager Effectiveness Index that quantifies leadership impact across departments, levels, and team sizes.
Category
People Analytics • Data Visualization
Tech Stack
Python • Pandas • Numpy • Matplotlib • Seaborn
Links
Manager Effectiveness Index - Quantifying Leadership Impact
🔑 Key Insights
Sales managers drive the highest organizational performance, outperforming all other departments on the Manager Effectiveness Index
Seniority does not predict leadership effectiveness -> Mid-level and Senior managers score almost identically (55.97 vs 55.88)
Team size has no meaningful relationship to leadership effectiveness (correlation: 0.06) -> high and low performers exist across all spans
These insights prove that leadership capability, not title or span of control, drives team outcomes.
🏷️ Overview
This project builds a Manager Effectiveness Index to objectively quantify leadership impact across an organization. Using synthetic HR data, multiple metrics (retention, review timeliness, performance, and engagement) were aggregated into a composite score, then analyzed by department, manager level, and team size to reveal where leadership is strongest. This shows where support is urgently needed.
❗ Problem
Leadership effectiveness was measured informally and based on reputation rather than outcomes
High-impact managers were invisible; low-performing managers escaped scrutiny
Promotion and rewards leaned on seniority, not leadership capability
No systematic way to compare managers across departments or functions
🧩 Solution
Designed a composite Manager Effectiveness Index using four standardized metrics
Ranked all managers and segmented patterns by department, level, and team size
Visualized variation within and across functions to identify strong and struggling leadership groups
Revealed that Sales managers consistently outperform, while IT and Product require targeted development (lowest average scores)
Showed that job title and team size do not explain effectiveness, capability does
This index provides leadership with a data-driven way to recognize high-impact managers and guide interventions.
🛠️ Methodology
Cleaned and merged synthetic employee/manager datasets
Defined and weighted four effectiveness metrics
Calculated composite index for all managers
Conducted deep-dive analysis across:
Departmental patterns
Manager level
Team size and outliers
Built visualizations using Python (Pandas, NumPy, Matplotlib, Seaborn)
Structured findings into executive insights and thematic breakdowns
