Points Of Interest - Opening Hours
This CSV file relates to POI_Main_Listing file through the poi_id
key field.
Field | Description | Type |
---|---|---|
poi_id |
Unique POI identifier. | STRING |
day_of_week |
Day of week (from 0 = Sunday to 6 = Saturday). | INTEGER |
period_time |
Progressive number of openings per day. | INTEGER |
open_time | Opening time. | STRING |
close_time | Closing time. | STRING |
*The above fields in bold are considered the primary keys of the csv file.