Outdoor Aquatics Programming: 2018 To 2019
City of New York
@usgov.city_of_new_york_outdoor_aquatics_programming
City of New York
@usgov.city_of_new_york_outdoor_aquatics_programming
Attendance and location information for outdoor aquatics programming from 2018-2019. Explore the Data Dictionary View Open Data for Aquatics Programming (2021 to current): here Learn more about this program on the NYC Parks website: Swim Programs Note: Aquatics Programming was on pause due to COVID-19 pandemic. The program resumed 2021.
Organization: City of New York
Last updated: 2020-11-10T17:03:15.550793
Tags: aquatics, dpr-programs, learn-to-swim, pools, swimming
CREATE TABLE table_1 (
"year" BIGINT,
"session" VARCHAR,
"borough" VARCHAR,
"swimming_pool" VARCHAR,
"class_type" VARCHAR,
"class_time" VARCHAR,
"n__of_classes" BIGINT -- # Of Classes,
"total_registration" BIGINT,
"week_1_total_attendance" BIGINT,
"week_2_total_attendance" BIGINT,
"week_3_total_attendance" BIGINT,
"total_attendance" BIGINT
);Anyone who has the link will be able to view this.