Tag: U.S.

  • Water Insecurity in the U.S.

    Water Insecurity in the U.S.

    Week 4 of 2025 of the TidyTuesday project provided a dataset on water insecurity in the different counties of the United States.

    This data was featured in the article “Mapping water insecurity in R with tidycensus“. The visual I came up with for this week’s blog is almost identical to one of the visuals featured in the article. I only discovered this afterwards, which illustrates that it’s a natural reflex to fall back on standard maps when visualizing geographical data.

    The visual shows the different counties in the United States. The darker the colour of the county, the more households without access to sanitation (relative to the total population of the county). Note that there are some counties with high numbers of households without access to sanitation in northern Arizona.
    The 5 counties with the highest percentage of households without access to sanitation are Apache (Arizona), McKinley (New Mexico, Fairbanks North Star (Alaska), Navajo (Arizona) and Coconino (Arizona).

    Feel free to hover over the different counties to see more detail. You can also toggle between the 2022 and 2023 data at the top of the visualisation.

    I used Power BI for this visualisation. Initially, like the previous two blog posts, I wanted to create this in Vega-Lite, but I soon found out that visualizing a county-based map of the U.S. was easier in the former. It also allowed me to refresh the use of tooltips in Power BI.

    I would like to point out that quite a few counties are not represented in this data. I left these missing data in white so as not to ‘overload’ the visual. The disadvantage of this is that it is not immediately obvious which data is missing and which is not.

    For mor information about this data or the TidyTuesday project in general, visit the official Github repo.