"Kids In Motion" Playground Programming: 2016 To 2021
City of New York
@usgov.city_of_new_york_kids_in_motion_playground_programming
City of New York
@usgov.city_of_new_york_kids_in_motion_playground_programming
Attendance information for the "Kids in Motion" program, which provides free activities in NYC’s playgrounds, including organized sports, games, fitness demos, and board games. This dataset contains information specific to Kids in Motion programming from 2016 to 2021. For Kids in Motion program Open Data from 2022 onwards, go here Learn more about this program on the NYC Parks website: Kids in Motion Note: Kids in Motion was on pause due to COVID-19 pandemic. The program resumed 2021.
Organization: City of New York
Last updated: 2020-11-10T17:01:23.427190
Tags: dpr-programs, kids, playgrounds, summer
CREATE TABLE table_1 (
"borough" VARCHAR,
"park_or_playground" VARCHAR,
"week_start_date" TIMESTAMP,
"week_end_date" TIMESTAMP,
"sunday_s_attendance" BIGINT,
"monday_s_attendance" BIGINT,
"tuesday_s_attendance" BIGINT,
"wednesday_s_attendance" BIGINT,
"thursday_s_attendance" BIGINT,
"friday_s_attendance" BIGINT,
"saturday_s_attendance" BIGINT,
"total_attendance" BIGINT
);Anyone who has the link will be able to view this.