xmunoz / sodapy

Python client for the Socrata Open Data API
MIT License
402 stars 114 forks source link

Documentation: Include `timeout` param in client example #77

Closed johnclary closed 3 years ago

johnclary commented 3 years ago

I'd like to suggest highlighting the timeout param it in the client example. As a data publisher I find that I almost always need to increase the timeout when upserting more than a 100 records, particularly when I'm chunking my payloads and hitting the API in quick succession.