Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • County Level Population Data, 1995-2013

    Does anyone have, in Stata format (up through Stata 14 is fine), annual county population data for the United States for about the past 20 years? I know that years between censuses are estimates but that's fine with me. Thanks.

  • #2
    I recently pulled annual residential non-seasonally-adjusted pop data for all the counties together from FRED for 1970-2014. This data contains every county on this list other than "Petersburg Census Area, AK" and "Hoonah-Angoon Census Area, AK", so N=3,141 and T=45. You can get the data here.
    Last edited by Dimitriy V. Masterov; 15 Jul 2015, 20:11.

    Comment


    • #3
      Jeff
      Below is a link which might help.
      http://www.census.gov/popest/data/historical/index.html
      Greg

      Comment


      • #4
        In case anyone is curious or wants to update, here's the code:
        Attached Files

        Comment


        • #5
          Many thanks for this, Dimitriy and Greg.

          Comment


          • #6
            What is "FRED", Dimitriy?
            Steve Samuels
            Statistical Consulting
            [email protected]

            Stata 14.2

            Comment


            • #7
              FRED stands for Federal Reserve Economic Data. It's nice data repository of US and some international data, plus the internet interface has some plotting capabilities. David Drukker wrote a handy command called freduse that allows you to pull in this data directly into Stata. The catch is that you need to know the name of each time series to do this. Unfortunately, each county has its own name, which is generally a two-letter state abbreviation plus first four letters of the county name plus some integer vaguely related to the county FIPS code (but sometimes missing) plus the suffix POP. freduse does not accept wildcards, so the trick was getting the names all the relevant series from somewhere.

              Other commands/repositories, like quandl and wbopendata, also suffer from this problem.
              Download, graph, and track 267,000 economic time series from 80 sources.

              Comment


              • #8
                Thanks, Dimitriy.
                Steve Samuels
                Statistical Consulting
                [email protected]

                Stata 14.2

                Comment


                • #9
                  The Population Estimates Program of the U.S. Bureau of the Census (http://www.census.gov/popest/) is another source of this sort of data. The current data starts from the 2010 Census, but historical datasets are available for previous decades. The data is in CSV format, which is "Stata format" in the sense that Stata can easily read it. On the upside, the full country is a single file, and the geographic identifiers are standard FIPS codes and text state and county names.

                  Comment


                  • #10
                    Sorry to bump an old thread, but I think people might find this useful as well:
                    SEER from the National Cancer Institute has great data on a county-year level. these can be easily "converted" (I have a stata do file for that if you want it) to measures such as total county population, county population by gender, race, Hispanic origin, age groups, etc. See more here: http://seer.cancer.gov/popdata/

                    Comment

                    Working...
                    X