# Examples

## 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.

{% content-ref url="examples/using-the-pooling-client" %}
[using-the-pooling-client](https://abdulrahman-mustafa.gitbook.io/egytech-fyi-python-wrapper/reference/examples/using-the-pooling-client)
{% endcontent-ref %}
