Skip to content

Feature creation #5

@dominicwhite

Description

@dominicwhite

To-do

  • Merge all the individual datasets (in the data/raw and data/static folders) into a joined table.

  • Create any new features from raw census/ACS data that require calculation before being displayed in the final dataset :

    • The dashboard will show data about (1) the nationality, (2) the ethnicity, and the (3) languages that are present in each block group (and tract). For example, when a user hovers over a polygon, 3 pie charts might appear, showing the composition of each of these variables in that area.

    • We should pre-create these variables during the data pipeline stage, so that the Shiny app can just render a column in the dataset, rather than having to do a bunch of calculations that might increase latency.

    • The (currently anticipated) variables that we need are:

      • The % of each nationality in each block group/tract.

      • The % of each language in each block group/tract.

      • The % of each ethnicity in each block group/tract

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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