-
There's an error in https://nbviewer.jupyter.org/github/uber/h3-py-notebooks/blob/master/notebooks/unified_data_layers.ipynb
```python
-------------------------------------------------------------…
-
Hello -
The data I am trying to work with (from `tidycensus`) looks like this:
```
# A tibble: 16,542 x 5
GEOID variable estimate moe urban_name
1 060…
-
I'm using cenpy version `1.0.0.post4` within a docker web container. When I run this block of code:
```
import cenpy
acs = cenpy.ACS(2019)
acs.from_state('KS')
```
I get the following error:
…
-
Unless I'm missing something (and lord knows I've missed many somethings), the current `agate.Sum` tool only works as an "aggregation" that will add up every value in a single column.
I'm glad that'…
-
I'm getting all NAs for the MOE value of S0601_C01_001 (see image). A manual download of ACSST5Y2018.S0601_data has values for S0601_C01_001M.
`AZ
-
We have State, County, and Census Tract level FIPS codes in a couple of places, including:
* the `service_territory_eia861` table
* the Census DP1 data and
* the `pudl.analysis.state_demand` module…
-
Pull ACS data for the area around the given table.
-
Add the following geographic boundaries to the package, using scripts in `data-raw` that create .rda files in `data`.
- [x] **CMAP Metropolitan Planning Area** -- CMAP Data Hub
- [x] **Counties** …
-
From dataset `Entorno04`
-
Hi @walkerke and @mfherman ,
Thanks for all the work you do with `tidycensus`. I'm using it to download dissertation data and its great. All the ACS calls seem to be working, but I'm having troub…