New Parameter to `download_multiyear`

In a previous post I demonstrated how to use three Python functions I wrote to work with multi-year data from the American Community Survey (ACS): download_multiyear, graph_multiyear and pct_change_multiyear. A limitation of download_multiyear was that it could only download entire tables, not individual variables. I recently encountered a situation where this was problematic. As a […]