DAX used in project
AttritionCount = IF(HR_Analytics[Attrition] = "Yes", 1, 0)
AttritionRate = sum(HR_Analytics[AttritionCount])/sum(HR_Analytics[EmployeeCount])

Get the dataset here : https://www.kaggle.com/datasets/anshika2301/hr-analytics-dataset
Python Pandas Code : https://colab.research.google.com/drive/1dsTf-waZTRZYbrC96_Gwm-vdol0Hhx9Y?usp=sharing
