ramseycounty-us/free-or-reduced-price-lunch-data-8ahp-6s6k
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 5 hours ago

Free or Reduced Price Lunch Data

Dataset showing the percent of students eligible for free or reduced-price lunch at school.

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/free-or-reduced-price-lunch-data-8ahp-6s6k\".\"free_or_reduced_price_lunch_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • free_or_reduced_price_lunch_data
     
     
     
     
     
Upstream Metadata