ACS Data Users Group

 View Only
  • 1.  Creating Time Series Data from the American Community Survey

    Posted 05-28-2024 10:30 AM

    I just wrote a blog post about my experience creating a time series dataset from the ACS.

    On the surface this sounds easy: Just loop over the years, and add rows row each year.

    But I ran into two big surprises with this approach:
    - Variables sometimes change meaning over the years
    - Geographies sometimes change over the years

    My post goes into details about how I solved these problems. And since my code is all open source, others can use and build on my code as well.

    I hope it helps someone!



  • 2.  RE: Creating Time Series Data from the American Community Survey

    Posted 05-28-2024 11:09 AM

    This sounds helpful. Thanks! Can you share the link again? It's not working for me.



  • 3.  RE: Creating Time Series Data from the American Community Survey

    Posted 05-28-2024 11:28 AM

    Thank you Tricia! Here is the raw url: arilamstein.com/.../



  • 4.  RE: Creating Time Series Data from the American Community Survey

    Posted 05-29-2024 05:56 PM

    It would be interesting to read about your experience with on project. Thanks for the working link, Ari.