Skip to content

Missing vars in 2010 census tracts pessoa02 #70

@rafapereirabr

Description

@rafapereirabr

The "pessoa02" table of 2010 census tracts should have more variables, up to "pessoa02_V255". However, it stops at "pessoa02_V170". See page 87 of the data dictionary

# data dictionary
censobr::data_dictionary(year = 2010, dataset = "tracts")

# try to get the data 
df <- censobr::read_tracts(
  year = 2010, 
  dataset = "Pessoa"
  ) |>
  dplyr::select(
    code_tract, code_muni,
    pop_litmen   = pessoa02_V086,
    pop_litwomen = pessoa02_V171
  )

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