license: cc-by-4.0 task_categories: - data-analysis - text-classification language: - en - tl pretty_name: Philippine Schools Dataset size_categories: - 1K<n<10K
π« Philippine Schools Dataset
Dataset Description
The Philippine Schools Dataset contains structured information about schools in the Philippines.
It includes school names, types, locations, number of students, and the region.
This dataset can be used for education research, mapping projects, machine learning models, and analytics.
π Dataset Details
File Format: CSV
File Name: ph_schools.csv
Total Columns: 6
Columns
| Column Name | Description |
|---|---|
| school_name | Official name of the school |
| school_type | Public, Private, or Charter |
| level | Elementary, High School, College, or University |
| city_province | Location of the school |
| num_students | Approximate number of students |
| region | Geographic region in the Philippines |
π Sample Data
| school_name | school_type | level | city_province | num_students | region |
|---|---|---|---|---|---|
| Ateneo de Manila University | Private | University | Quezon City | 12000 | Metro Manila |
| Philippine Science High School | Public | High School | Quezon City | 2000 | Metro Manila |
| University of the Philippines Diliman | Public | University | Quezon City | 42000 | Metro Manila |
| St. Paul College | Private | High School | Pasig | 3500 | Metro Manila |
| Cebu Normal University | Public | University | Cebu City | 15000 | Central Visayas |
π― Possible Use Cases
- Education analytics
- Student population research
- School type classification
- Mapping schools by region
- Machine learning models for Philippine education
π How to Use
Example usage in Python:
import pandas as pd
df = pd.read_csv("ph_schools.csv")
print(df.head())
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support