{% print(students_summary['total']) %}
Students
 }})
{% print(students_summary['govt']) %}
Government
 }})
{% print(students_summary['private']) %}
Private
 }})
{% print(students_summary['others']) %}
Others
 }})
Trend by state
Distribution across states by School Category
Top Performing States
Rank | Name |
---|---|
1 | {% print(elementary_enrolment_summary['top3'][0]) %} |
2 | {% print(elementary_enrolment_summary['top3'][1]) %} |
3 | {% print(elementary_enrolment_summary['top3'][2]) %} |
Worst Performing States
Rank | Name |
---|---|
1 | {% print(elementary_enrolment_summary['bottom3'][0]) %} |
2 | {% print(elementary_enrolment_summary['bottom3'][1]) %} |
3 | {% print(elementary_enrolment_summary['bottom3'][2]) %} |
Distribution across states by Rural Schools
Top Performing States
Rank | Name |
---|---|
1 | {% print(rural_enrolment_summary['top3'][0]) %} |
2 | {% print(rural_enrolment_summary['top3'][1]) %} |
3 | {% print(rural_enrolment_summary['top3'][2]) %} |
Worst Performing States
Rank | Name |
---|---|
1 | {% print(rural_enrolment_summary['bottom3'][0]) %} |
2 | {% print(rural_enrolment_summary['bottom3'][1]) %} |
3 | {% print(rural_enrolment_summary['bottom3'][2]) %} |