Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 11 months ago
Annual USPS Data by Zip Code for residential addresses for five parishes - LSU
Historical Data: Annual USPS Data by Zip Code for residential addresses for five parishes - St. Bernard, Plaquemines, East Baton Rouge, Ascension, and Livingston -
for eleven years from 2005 through 2015 monthly USPS Data by Residential Zip Code
For five parishes from March 2016 to December 2017.
Ongoing Data: Monthly USPS Data by Zip Code for residential addresses for
five parishes - St. Bernard, Plaquemines, East Baton Rouge, Ascension, and Livingston - for two years beginning January 2018 through December 2019.
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 \"datacenterresearch/annual-usps-data-by-zip-code-for-residential-qt6j-7sdh\".\"annual_usps_data_by_zip_code_for_residential\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.