Quick Start
Last updated
Last updated
This package requires Python 3.11 or older. In order to install it with pip, use the following command:
Since the EgyTech API does not implement any authorization procedures or rate limits, we can freely make anonymous requests directly with no authorization. We'll jump right to that!
Now let's make a simple Participants object that fetches survey responders who work in back-end and have computer science degrees.
Now, let's export the data we got from the egytech_api to a nice pandas DataFrame, which we can use for manipulation or visualization.
Note: Boolean values all support any non-strict boolean input supported by Pydantic. Find them . However, it's advised that you stick to strict boolean values supported by native Python.