Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 6 minutes ago
PIT Annual Report 2015 Excel
Excel Summary of the Department's major program activities and statistical profile of California individual taxpayers
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 \"ftb-ca-gov/pit-annual-report-2015-excel-ypwv-b5xf\".\"pit_annual_report_2015_excel\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.