Examples

Here are some code samples that utilize egytech_api to help you kick start your projects!

Using The PoolingClient

The PoolingClient leverages connection pooling to make multiple api requests with different parameters a bit quicker than usual. It also helps you aggregate your queries' results into one large DataFrame for later manipulation.

Using The Pooling Client

Last updated