A collection of a few very basic tutorials and examples to get started with using TheGraph data in Python.
- Intro - Sending a query and loading the result to a Numpy array and Pandas Dataframe
- Polling - A simple monitoring function that watch an Ethereum contract for events
- Pagination - Examples of using skip and pagination to request many entries + more Pandas examples