Query.to_*

Query.to_*(max_results=None, **kwargs)

Queries support the same methods as Tables for reading out data (e.g., as a pandas Dataframe). Note that queries can only be read for up to 24 hours after completion.

Full documentation can be found in the reference for the appropriate Table method:

Last updated

Was this helpful?