EgyTech FYI Python Wrapper
  • Introduction
  • Quick Start
  • Reference
    • API Reference
      • Participants
      • Stats
      • PoolingClient
      • ParticipantsQueryParams
      • StatsQueryParams
    • Examples
      • Using The Pooling Client
Powered by GitBook
On this page
  1. Reference

Examples

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

PreviousStatsQueryParamsNextUsing The Pooling Client

Last updated 11 months ago

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