DYCD Participant Demographics By Community District
City of New York
@usgov.city_of_new_york_demographics_by_community_district
City of New York
@usgov.city_of_new_york_demographics_by_community_district
This dataset provides a Demographic breakdown of only DYCD-funded participants within Community District of NYC. The data displays the counts, and percentages of the participants in each of the following categories:
● Gender (Male, Female, Unknown)
● Ethnicity (Hispanic/Latino, non-Hispanic/non-Latino)
● Race (Pacific Islander, American Indian, Asian, White, Black, Other, Unknown)
This data is used to measure the numbers of the different population groups that are served by DYCD for a Borough, and Community.
Organization: City of New York
Last updated: 2020-11-10T17:05:34.701078
Tags: demographics-by-community-district, dycd
CREATE TABLE table_1 (
"data_os_of_date" TIMESTAMP,
"community_district" VARCHAR,
"programtypename" VARCHAR,
"female_count" BIGINT,
"female_percentage" DOUBLE,
"male_count" BIGINT,
"male_percentage" DOUBLE,
"gender_nonconforming_count" BIGINT,
"gender_nonconforming_percentage" DOUBLE,
"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,
"multi_race_count" BIGINT,
"multi_race_percentage" DOUBLE,
"native_hawaiian_or_other_pacific_islander_count" BIGINT,
"native_hawaiian_or_other_pacific_islander_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,
"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,
"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
);Anyone who has the link will be able to view this.