kingcounty-gov/census-number-of-people-riding-public-uvwi-9b5y
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 3 years ago
Indexed 4 hours ago

Census - Number of People Riding Public Transportation

The number of people who rode public transportation in Washington State, by Census tract and year (2010 to most recently available ACS data)

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 \"kingcounty-gov/census-number-of-people-riding-public-uvwi-9b5y\".\"census_number_of_people_riding_public\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • census_number_of_people_riding_public