| Column Name | Data Type | Description |
|---|---|---|
| Brand | string | Name of the local watch brand |
| Category | string | Type of watch (e.g., Fashion, Mechanical, Smartwatch) |
| Origin | string | Country of origin (Philippines) |
1{
2 "Brand": "string",
3 "Category": "string",
4 "Origin": "string"
5}