Data Playground

Interactive visualizations and code samples demonstrating People Analytics concepts.

Coming Soon

Interactive Dashboards

Tableau Public embeds coming soon

Explore sample HR metrics dashboards with anonymized data showcasing retention, headcount, and talent acquisition trends.

Coming Soon

SQL & Python Samples

SELECT department,
       COUNT(*) as headcount,
       AVG(tenure_months) as avg_tenure
FROM employees
GROUP BY department
ORDER BY headcount DESC;

Real-world SQL queries and Python pandas snippets for HR data analysis with explanations.

Coming Soon

Animated Visualizations

D3.js / Chart.js demos coming soon

Interactive charts exploring People Analytics concepts like time-to-fill trends and retention cohorts.

Coming Soon

Data Stories

Mini analyses coming soon

Short-form data narratives combining analysis with compelling visualizations on workforce topics.