DYCD Participant Demographics
City of New York
@usgov.city_of_new_york_dycd_participant_demographics
City of New York
@usgov.city_of_new_york_dycd_participant_demographics
This dataset provides a Demographic breakdown of only DYCD-funded participants within a Borough, Zip Code and Community District of NYC.
Organization: City of New York
Last updated: 2025-10-04T21:36:43.950425
Tags: demographics, participant-demographics
CREATE TABLE table_1 (
"data_os_of_date" TIMESTAMP,
"geography_type" VARCHAR,
"geography" VARCHAR,
"programtype" VARCHAR,
"female_count" BIGINT,
"female_percentage" DOUBLE,
"male_count" BIGINT,
"male_percentage" DOUBLE,
"not_sure_count" DOUBLE,
"not_sure_percentage" DOUBLE,
"x_not_male_or_female_count" DOUBLE -- X (Not Male Or Female) Count,
"x_not_male_or_female_percentage" DOUBLE -- X (Not Male Or Female) Percentage,
"another_gender_count" DOUBLE,
"another_gender_percentage" DOUBLE,
"decline_to_answer_count" DOUBLE,
"decline_to_answer_percentage" DOUBLE,
"do_not_understand_the_question_count" DOUBLE,
"do_not_understand_the_question_percentage" DOUBLE,
"female_gender_identity_count" DOUBLE,
"female_gender_identity_percentage" DOUBLE,
"gender_nonconforming_count" BIGINT,
"gender_nonconforming_percentage" DOUBLE,
"male_gender_identity_count" DOUBLE,
"male_gender_identity_percentage" DOUBLE,
"multi_gender_identity_count" DOUBLE,
"multi_gender_identity_percentage" DOUBLE,
"non_binary_not_female_or_male_count" DOUBLE -- Non-Binary (not Female Or Male) Count,
"non_binary_not_female_or_male_percentage" DOUBLE -- Non-Binary (not Female Or Male) Percentage,
"not_sure_gender_identity_count" DOUBLE,
"not_sure_gender_identity_percentage" DOUBLE,
"two_spirit_native_american_first_nations_count" DOUBLE -- Two Spirit (Native American/First Nations) Count,
"two_spirit_native_american_first_nations_percentage" DOUBLE -- Two Spirit (Native American/First Nations) Percentage,
"american_indian_or_alaskan_native_count" BIGINT,
"american_indian_or_alaskan_native_percentage" DOUBLE,
"asian_count" BIGINT,
"asian_percentage" DOUBLE,
"black_or_african_american_count" BIGINT,
"black_or_african_american_percentage" DOUBLE,
"middle_eastern_and_north_african_count" DOUBLE,
"middle_eastern_and_north_african_percentage" DOUBLE,
"multi_race_count" BIGINT,
"multi_race_percentage" DOUBLE,
"native_hawaiian_or_other_pacific_islander_count" BIGINT,
"native_hawaiian_or_other_pacific_islander_percentage" DOUBLE,
"other_count" DOUBLE,
"other_percentage" DOUBLE,
"white_or_caucasian_count" BIGINT,
"white_or_caucasian_percentage" DOUBLE,
"hispanic_or_latino_a_count" BIGINT -- Hispanic Or Latino(a) Count,
"hispanic_or_latino_a_percentage" DOUBLE -- Hispanic Or Latino(a) Percentage,
"not_hispanic_or_latino_a_count" BIGINT -- Not Hispanic Or Latino(a) Count,
"not_hispanic_or_latino_a_percentage" DOUBLE -- Not Hispanic Or Latino(a) Percentage
);Anyone who has the link will be able to view this.