| Column Name | Data Type | Description |
|---|---|---|
| Brand | string | Name of the phone brand |
| Category | string | Market segment of the phone (e.g., Entry-level, Midrange) |
| Origin | string | Country of origin (Philippines) |
1{
2 "Brand": "string",
3 "Category": "string",
4 "Origin": "string"
5}