Skip to content

Statistical evidence of racial underrepresentation in US Census data. #8

Description

@Averysaurus

in the Facet Map section of the workshop, (around line 800-850) there is a call that returns median income by race in Alameda County:

medhhinc_facet_map <- alco_mhhinc_by_race %>%
                        ggplot(aes(fill = estimate)) +
                          facet_wrap(~variable) +
                          geom_sf(color=NA) +
                          scale_fill_viridis_c(option="magma")

medhhinc_facet_map

While our workshop explored these maps as a group, we were struck by the grayed out areas evident which led us to a bigger conversation about race and under representation in US Census data. There may not be any quick solution to this, would we be able include, or touch on the significance and impact of this kind of evidence in the workshop?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions