mydata-iowa-gov/total-city-population-by-year-acem-thbp
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 18 days ago
Indexed 1 hour ago

Total City Population by Year

This dataset contains city population in Iowa from 1990 to the most current year available. Data from 1990, 2000, and 2010 comes from the decennial censuses while the years in between are produced annually.

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"mydata-iowa-gov/total-city-population-by-year-acem-thbp\".\"total_city_population_by_year\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • total_city_population_by_year
     
     
     
     
     
Upstream Metadata