tidycensus
tidycensus copied to clipboard
Load US Census boundary and attribute data as 'tidyverse' and 'sf'-ready data frames in R
Hi Kyle, Adding this as an issue per your request from Census Slack. Thanks of all you do maintaining this: It seems that shapefiles for CBSA and CSA do not...
Check to see if `from`, `to`, and `weights` have the same CRS if CRS is not supplied as a function argument to `interpolate_pw()`. This saves time if `weights` is large...
Run the code below: ``` aian2000
When pulling variables from multiple data source tables with `get_acs()`, I've noticed inconsistent behavior: First, we can pull a list of variables from the same table ("DP") without issue: ```...
I am working with data at the ZIPCODE-YEAR level for 2015-2021, and wanted to merge in ZCTA shapes for mapping... `tigris::zctas()` does not allow setting the `state` parameter unless `year`...
The 2022 PUMS uses the new 2020 PUMAs for the first time. This will be an issue for the next few years, as the samples prior to 2022 use the...
a pretty niche use case, but a low-cost addition.
First, thank you to all involved in developing this package! For load_variables, there is no documentation for what the "dataset" acronyms mean. I had to learn a lot more about...
@walkerke initially we thought this was an issue with tidycensus, but it looks like it's related to the census API. But I think it's worth letting you know about. We...
Geographies embedded within metros (metropolitan divisions, principal cities) aren't supported, but should be. I'll want to think through how to make these enhancements.