ramseycounty-us/share-of-residents-with-debt-in-collections-tss5-k4d9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 1 month ago

Share of Residents with Debt in Collections

Data on County-Level Overall Debt from the Urban Institute's Data catalog (https://datacatalog.urban.org/dataset/debt-america-2022). This dataset contains information derived from a random sample of deidentified, consumer-level records from a major credit bureau. The credit bureau data do not include information about race, so the white and people of color metrics are based on the racial makeup of zip codes within the geographic area (nation, state, county).

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 \"ramseycounty-us/share-of-residents-with-debt-in-collections-tss5-k4d9\".\"share_of_residents_with_debt_in_collections\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • share_of_residents_with_debt_in_collections
     
     
     
     
     
Upstream Metadata