🗺️ Pragmatic development with AI in Spatial, R, and OSS development.
📅 October 29 at 2:30 pm ET
Register here: bit.ly/RxAI-join
#RStats
🗺️ Pragmatic development with AI in Spatial, R, and OSS development.
📅 October 29 at 2:30 pm ET
Register here: bit.ly/RxAI-join
#RStats
Now's a great time to try out tidycensus.
The decennial Census and American Community Survey are at your fingertips - and get pre-joined geographies for mapping.
Now's a great time to try out tidycensus.
The decennial Census and American Community Survey are at your fingertips - and get pre-joined geographies for mapping.
THERE ARE MANY LIKE IT, BUT THIS ONE IS MINE.
THERE ARE MANY LIKE IT, BUT THIS ONE IS MINE.
- Geographies (via FTP): tigris github.com/walkerke/...
- Decennial / ACS with geographies: tidycensus walker-data.com/tidy...
- All datasets: censusapi www.hrecht.com/censu...
- Geographies (via FTP): tigris github.com/walkerke/...
- Decennial / ACS with geographies: tidycensus walker-data.com/tidy...
- All datasets: censusapi www.hrecht.com/censu...
R with tidycensus + mapgl.
With just a few lines of code, you can pull down any of the thousands of variables available in the new data and explore on an interactive MapLibre map.
R with tidycensus + mapgl.
With just a few lines of code, you can pull down any of the thousands of variables available in the new data and explore on an interactive MapLibre map.
{tidycensus} and {mapgl} allow us to visualize work-from-home patterns for all 84k+ Census tracts, in-browser, on an interactive map from #rstats.
{tidycensus} and {mapgl} allow us to visualize work-from-home patterns for all 84k+ Census tracts, in-browser, on an interactive map from #rstats.
Or r/DataHoarder:
www.reddit.com/r/DataHoarder/
Also - my understanding is that if you are an R or Python user the API's are still up and running - tidycensus may still be working:
walker-data.com/census-r/map...
Or r/DataHoarder:
www.reddit.com/r/DataHoarder/
Also - my understanding is that if you are an R or Python user the API's are still up and running - tidycensus may still be working:
walker-data.com/census-r/map...
The Census website has been blocking requests from tigris (and curl) since yesterday.
(Don’t worry, the datasets are still there!)
I’ve patched tigris, install with `pak::pak("walkerke/tigris@ftp-patch")` and everything should work.
The Census website has been blocking requests from tigris (and curl) since yesterday.
(Don’t worry, the datasets are still there!)
I’ve patched tigris, install with `pak::pak("walkerke/tigris@ftp-patch")` and everything should work.
geography = "tract",
variables = "B19013_001",
state = "CA",
geometry = TRUE
) |>
mapgl::maplibre_view(
column = "estimate"
)
(5 seconds or less if you have your shapefiles cached!)
geography = "tract",
variables = "B19013_001",
state = "CA",
geometry = TRUE
) |>
mapgl::maplibre_view(
column = "estimate"
)
(5 seconds or less if you have your shapefiles cached!)
With #rstats and tidycensus, insights from the brand-new data are at your fingertips *this fast* once you've set up your code.
Learn more: walker-data.com/tidy...
With #rstats and tidycensus, insights from the brand-new data are at your fingertips *this fast* once you've set up your code.
Learn more: walker-data.com/tidy...
Perform cross-tabulations and create models using individual-level Census data to get insights not possible in the aggregate tables!
walker-data.com/tidy...
Perform cross-tabulations and create models using individual-level Census data to get insights not possible in the aggregate tables!
walker-data.com/tidy...
🔗: waterdata.usgs.gov/blog/acs-maps/
#rstats #DataViz #WaterInsecurity #OpenScience
waterdata.usgs.gov/blog/acs-maps/
waterdata.usgs.gov/blog/acs-maps/
On release day, you'll be able to use the tidycensus #rstats package to get your hands on it right away.
Want to learn how? My book Analyzing US Census Data is a great way to start:
walker-data.com/cens...
On release day, you'll be able to use the tidycensus #rstats package to get your hands on it right away.
Want to learn how? My book Analyzing US Census Data is a great way to start:
walker-data.com/cens...
My data pulls are failing this morning... I assume it's them but would like to confirm.
#AcademicSky
My data pulls are failing this morning... I assume it's them but would like to confirm.
#AcademicSky