Spaces:
Sleeping
Sleeping
Commit Β·
2a96c6e
1
Parent(s): 3e57ba8
Update README to reflect CSV alias system
Browse files
README.md
CHANGED
|
@@ -25,8 +25,8 @@ This central repository houses two critical types of data:
|
|
| 25 |
- **β
Latest Master**: The most recently scraped government UDISE data, representing the absolute source of truth for the current year. (e.g., `scraped_data/mapped/mapped_master_2026_jul_01_10_19_pm.parquet`)
|
| 26 |
- **π Old Master**: The historical baseline dataset used in previous scholarship cycles. It serves as a fallback to ensure continuity for students who applied in previous years. (`mapping_rules/baseline_master.parquet`)
|
| 27 |
|
| 28 |
-
2. **Alias Dictionary (`school_aliases.
|
| 29 |
-
- A
|
| 30 |
|
| 31 |
---
|
| 32 |
|
|
@@ -46,7 +46,7 @@ The app will display all known names for the selected school(s) as distinct colo
|
|
| 46 |
- <strong style="color: #d97706;">Yellow Cards (π Marksheet)</strong>: Custom aliases that were previously saved by the operations team.
|
| 47 |
|
| 48 |
**Saving an Alias**:
|
| 49 |
-
If the student's marksheet says something different (e.g., "NC High School" instead of "Nandeswar Chakravarty High School"), simply type "NC High School" into the
|
| 50 |
|
| 51 |
**Deleting an Alias**:
|
| 52 |
If an incorrect alias was saved by mistake, every Yellow Marksheet card features a red **ποΈ Delete** button on the right. Clicking it will instantly purge that specific alias from the cloud dictionary.
|
|
|
|
| 25 |
- **β
Latest Master**: The most recently scraped government UDISE data, representing the absolute source of truth for the current year. (e.g., `scraped_data/mapped/mapped_master_2026_jul_01_10_19_pm.parquet`)
|
| 26 |
- **π Old Master**: The historical baseline dataset used in previous scholarship cycles. It serves as a fallback to ensure continuity for students who applied in previous years. (`mapping_rules/baseline_master.parquet`)
|
| 27 |
|
| 28 |
+
2. **Alias Dictionary (`school_aliases.csv`)**:
|
| 29 |
+
- A centralized CSV file that acts as the memory for the application. Whenever an operations team member encounters a marksheet name that doesn't perfectly match the official masters, they map it in the UI. The app immediately updates this CSV file (sorting it by UDISE code for perfect grouping) and pushes it back to HuggingFace.
|
| 30 |
|
| 31 |
---
|
| 32 |
|
|
|
|
| 46 |
- <strong style="color: #d97706;">Yellow Cards (π Marksheet)</strong>: Custom aliases that were previously saved by the operations team.
|
| 47 |
|
| 48 |
**Saving an Alias**:
|
| 49 |
+
If the student's marksheet says something different (e.g., "NC High School" instead of "Nandeswar Chakravarty High School"), simply type "NC High School" into the main **Search Box** at the top of the page, select the specific Month and Year the marksheet is from, and click **Save Alias**. The app will push this mapping to the cloud, and future searches for this school will instantly recognize "NC High School" as a valid alias!
|
| 50 |
|
| 51 |
**Deleting an Alias**:
|
| 52 |
If an incorrect alias was saved by mistake, every Yellow Marksheet card features a red **ποΈ Delete** button on the right. Clicking it will instantly purge that specific alias from the cloud dictionary.
|