Python SDK
The official PredictHQ Python Client provides a consistent, pythonic interface to our API.
Last updated
Was this helpful?
The official PredictHQ Python Client provides a consistent, pythonic interface to our API.
Last updated
Was this helpful?
Perform a basic search of events using the q
, rank_level
and country
parameters.
By default, the event search will only return the first ten results. If you want to paginate or access more results at once, please look at either using limit/offset parameters or at using the iter_all()
helper.
Please browse through our use case examples on our GitHub repository.
Please log an issue on our GitHub repository.
PyPi
GitHub