{% print(teachers_summary['total']) %}
Teachers
{% print(teachers_summary['govt']) %}
Government
{% print(teachers_summary['private']) %}
Private
{% print(teachers_summary['others']) %}
Others
Trend by state
Distribution across states by School Category
Top Performing States
| Rank | Name |
|---|---|
| 1 | {% print(teachers_by_category_summary['top3'][0]) %} |
| 2 | {% print(teachers_by_category_summary['top3'][1]) %} |
| 3 | {% print(teachers_by_category_summary['top3'][2]) %} |
Worst Performing States
| Rank | Name |
|---|---|
| 1 | {% print(teachers_by_category_summary['bottom3'][0]) %} |
| 2 | {% print(teachers_by_category_summary['bottom3'][1]) %} |
| 3 | {% print(teachers_by_category_summary['bottom3'][2]) %} |
Distribution across states by Educational Qualification
Top Performing States
| Rank | Name |
|---|---|
| 1 | {% print(teachers_by_educational_qualification_summary['top3'][0]) %} |
| 2 | {% print(teachers_by_educational_qualification_summary['top3'][1]) %} |
| 3 | {% print(teachers_by_educational_qualification_summary['top3'][2]) %} |
Worst Performing States
| Rank | Name |
|---|---|
| 1 | {% print(teachers_by_educational_qualification_summary['bottom3'][0]) %} |
| 2 | {% print(teachers_by_educational_qualification_summary['bottom3'][1]) %} |
| 3 | {% print(teachers_by_educational_qualification_summary['bottom3'][2]) %} |