Skip to main content
Once your table is complete, you can export the data in several formats.

Available formats

Exporting via SDK

Selecting columns

By default, all columns are exported. To export only specific columns, pass a comma-separated list of column keys:

Pandas integration (Python)

The Python SDK includes a helper to load all rows as a pandas DataFrame:
This fetches all pages automatically and returns a ready-to-use DataFrame.