{% print(facilities_summary['enrolment_lt_50']) %}194
Enrolment <= 50
{% print(facilities_summary['drinking_water']) %}3
Schools with Drinking Water
{% print(facilities_summary['girls_toilet']) %}
Schools with Girls' Toilet
{% print(facilities_summary['ramp']) %}50
Schools with Ramp
{% print(facilities_summary['single_classroom']) %}3
Single Classroom Schools
{% print(facilities_summary['single_teacher']) %}
Single Teacher Schools
Trend by state
Distribution across states by Dimension
Top Performing States
| Rank | Name |
|---|---|
| 1 | {% print(school_facility_summary['top3'][0]) %} |
| 2 | {% print(school_facility_summary['top3'][1]) %} |
| 3 | {% print(school_facility_summary['top3'][2]) %} |
Worst Performing States
| Rank | Name |
|---|---|
| 1 | {% print(school_facility_summary['bottom3'][0]) %} |
| 2 | {% print(school_facility_summary['bottom3'][1]) %} |
| 3 | {% print(school_facility_summary['bottom3'][2]) %} |