cityofnewyork-us/scorecard-ratings-rqhp-hivt
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 months ago
Indexed 1 month ago

Scorecard Ratings

Street and sidewalk cleanliness ratings.

NOTE: Due to a software coding error that’s since been corrected, some cleanliness rating data between November 2018 and July 2019 was found to be incomplete, and citywide scores cannot be re-calculated at the level of confidence required to be included in scorecard open data set.

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 \"cityofnewyork-us/scorecard-ratings-rqhp-hivt\".\"scorecard_ratings\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • scorecard_ratings
     
     
     
     
     
Upstream Metadata