Older Adult Center (OAC) Activities
City of New York
@usgov.city_of_new_york_older_adult_center_oac_activities
City of New York
@usgov.city_of_new_york_older_adult_center_oac_activities
This dataset contains a listing of events and activities offered by NYC Aging funded Older Adult Centers.
There are more than 300 older adult centers (OACs) and affiliated sites throughout the five boroughs that provide healthy meals, fun activities, classes, fitness programs and social services. For more information, please refer to https://www.nyc.gov/site/dfta/services/older-adult-center.page
Organization: City of New York
Last updated: 2025-09-07T16:18:56.105980
Tags: department-for-the-aging, dfta, norc, oac, older-adult-centers, older-adults, program-address, program-name, senior-centers
CREATE TABLE table_1 (
"dfta_id" VARCHAR,
"provider_name" VARCHAR,
"event_name" VARCHAR,
"event_type" VARCHAR,
"description" VARCHAR,
"topics" VARCHAR,
"max_attendees" BIGINT,
"event_location" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zipcode" DOUBLE,
"borough" VARCHAR,
"start_time" VARCHAR,
"endtime" VARCHAR,
"is_virtual" VARCHAR,
"is_live" VARCHAR,
"is_recurring" VARCHAR,
"event_accessibility" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_board" DOUBLE,
"council_district" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"census_tract_2020" DOUBLE -- Census Tract (2020),
"neighborhood_tabulation_area_nta_2020" VARCHAR -- Neighborhood Tabulation Area (NTA) (2020)
);
Anyone who has the link will be able to view this.