The NYC Parks Events Listing database is used to store event information displayed on the Parks website, nyc.gov/parks. There are seven related tables that make up the this database:
- Events_Events table (This is the primary table that contains basic data about every event. Each record is an event.)
- Events_Categories (Each record is a category describing an event. One event can be in more than one category.)
- Events_Images (Each record is an image related to an event. One event can have more than one image.)
- Events_Links (Each record is a link with more information about an event. One event can have more than one link.)
- Events_Locations (Each record is a location where an event takes place. One event can have more than one location.)
- Events_Organizers (Each record contains a group or person organizing an event. One event can have more than one organizer.)
- Events_YouTube (Each record is a link to a YouTube video about an event. One event can have more than one YouTube video.)
The Events_Events table is the primary table. All other tables can be related by joining on the event_id. This data contains records from 2013 and on. For a complete list of related datasets, please follow This Link