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())
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support