Creating teams of 12 with equal number of men and women and equal number of managers vs individuals
I have a large csv file that include name, gender, region, and role (manager or Individual). I am attempting to make a script that would read the csv file and sort them into teams of 12 with an equal number of men and women and equal number of managers and individual. Everyone in each team should be from the same region as well.
Python: Creating teams of 12 with equal number of men and women and equal number of managers vs individuals
I have a large csv file that include name, gender, region, and role (manager or Individual). I am attempting to make a script that would read the csv file and sort them into teams of 12 with an equal number of men and women and equal number of managers and individual. Everyone in each team should be from the same region as well.