-
Hey -- thanks for the developing this package, seems like a huge timesaver.
I'm working on a project that requires pulling census data for all tribal lands in three different states. I'm running in…
-
It's very tedious that you have to get the census data (e.g., ACS) via Census API and then find a shapefile to download through TIGER and merge them. Usually you need to merge them based on their FIPS…
-
Given ACS only has county and tract keys, it seems like not, but checking here.
```
acs = cenpy.products.ACS(2018)
acs._layer_lookup.keys()
```
>dict_keys(['county', 'tract'])
As expected, thi…
-
Another variable to incorporate after we complete the census data analysis is a rurality index. We need to:
- [x] Identify an appropriate data source
- [x] Create a workflow for the analysis
- [ …
-
The Census Bureau released [narrative profiles based on the 2009-2013 ACS data](http://www.census.gov/acs/www/data_documentation/data_narrative_profiles/).
It appears that they can be looked up by a …
-
### Use-cases
Our team wants to categorize houses according to their census tract, based on the people's address. Most census tracts (at least in Argentina's big cities) are defined by 2 o 3 …
-
**Is your feature request related to a problem? Please describe.**
Yes, Franklin County has the highest eviction rate in Ohio.
**Describe the solution you'd like**
Search Smart Columbus Operating…
-
Add the following two new fields to the final `indicator` object:
- `SAMPLE_SIZE_LGL`
- `SAMPLE_TYPE`
`SAMPLE_SIZE_LGL` will be used to display whether a given indicator meets the minimum thresh…
-
#### User Story
As a data analyst in a gov office, I want to be able to extract and hand-off geographic data aggregated in your tool so that we or the people we are assisting can perform other fu…
-
Hello,
I am going through the steps to create a Dorling cartogram for the city that I chose, and I have reached this step.
`msp_dorling %
rename( POP=estimate )
hstn.mhhi %
sele…