Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Data Model
Dataset Name
Philippine Universities Dataset
Description
A structured dataset containing basic information about universities and colleges in the Philippines.
Designed for education research, analytics, and machine learning applications.
Data Format
CSV (Comma-Separated Values)
Fields
| Field Name | Type | Description |
|---|---|---|
| university_name | string | Official name of the university or college |
| type | string | Public or Private institution |
| region | string | Philippine region where the school is located |
| city | string | City or municipality of the campus |
| established_year | integer | Year the institution was founded |
| category | string | University, College, or Institute |
Schema (JSON Representation)
{
"university_name": "string",
"type": "string",
"region": "string",
"city": "string",
"established_year": "integer",
"category": "string"
}
- Downloads last month
- 17