Search

Connectors

Contact support

Helpdesk portal

Reading data from tables

Loading data

You can load data from any table into your Python code:

The response rows is a list of objects, or when df=True is used the response is a Pandas dataframe.

Working with data

Working with dataframes

Here are basic examples of working with dataframes:

Writing SQL queries using code

You can use PyPika to write SQL queries in code. Example: