In the new dataset subject hours are already assigned to teachers and since it's around 230 rows so needs to be done automatically.
Possible Solution ->
Can create allotment type schema from that excel sheet using python
Then for each row/teacher run addTeacherToAnySubject
In the new dataset subject hours are already assigned to teachers and since it's around 230 rows so needs to be done automatically. Possible Solution ->