Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 25 minutes ago
EquityNYC Data (Previously Social Indicator Report Data)
The dataset is underlying data of the EquityNYC website (https://equity.nyc.gov), which was developed by the Mayor's Office for Economic Opportunity to explore the economic, social, environmental, and physical health of New York City across race/ethnicity, gender, neighborhood, and income.
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/equitynyc-data-previously-social-indicator-report-8ek7-jxw6\".\"equitynyc_data_previously_social_indicator_report\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata