Spaces:
Sleeping
Sleeping
Commit ·
c14a2af
1
Parent(s): 1973e37
Add category 8 - Secondary Only
Browse files- app.py +1 -0
- tests/test_scrape_districts_by_category.py +1 -0
app.py
CHANGED
|
@@ -33,6 +33,7 @@ ALL_CATEGORIES = {
|
|
| 33 |
"5": "5 - Up. Pr. Secondary and Higher Sec",
|
| 34 |
"6": "6 - Pr. Up Pr. and Secondary Only",
|
| 35 |
"7": "7 - Upper Pr. and Secondary",
|
|
|
|
| 36 |
"10": "10 - Secondary with Higher Secondary",
|
| 37 |
"11": "11 - Higher Secondary only/Jr. College",
|
| 38 |
}
|
|
|
|
| 33 |
"5": "5 - Up. Pr. Secondary and Higher Sec",
|
| 34 |
"6": "6 - Pr. Up Pr. and Secondary Only",
|
| 35 |
"7": "7 - Upper Pr. and Secondary",
|
| 36 |
+
"8": "8 - Secondary Only",
|
| 37 |
"10": "10 - Secondary with Higher Secondary",
|
| 38 |
"11": "11 - Higher Secondary only/Jr. College",
|
| 39 |
}
|
tests/test_scrape_districts_by_category.py
CHANGED
|
@@ -97,6 +97,7 @@ TARGET_CATEGORIES = [
|
|
| 97 |
{"id": 5, "name": "Up. Pr. Secondary and Higher Sec"},
|
| 98 |
{"id": 6, "name": "Pr. Up Pr. and Secondary Only"},
|
| 99 |
{"id": 7, "name": "Upper Pr. and Secondary"},
|
|
|
|
| 100 |
{"id": 10, "name": "Secondary with Higher Secondary"},
|
| 101 |
{"id": 11, "name": "Higher Secondary only/Jr. College"},
|
| 102 |
]
|
|
|
|
| 97 |
{"id": 5, "name": "Up. Pr. Secondary and Higher Sec"},
|
| 98 |
{"id": 6, "name": "Pr. Up Pr. and Secondary Only"},
|
| 99 |
{"id": 7, "name": "Upper Pr. and Secondary"},
|
| 100 |
+
{"id": 8, "name": "Secondary Only"},
|
| 101 |
{"id": 10, "name": "Secondary with Higher Secondary"},
|
| 102 |
{"id": 11, "name": "Higher Secondary only/Jr. College"},
|
| 103 |
]
|