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:
See also
Table.to_arrow_batch_iterator()
Table.to_arrow_dataset()
Table.to_arrow_table()
Table.to_geopandas_dataframe()
Table.to_dask_dataframe()
Table.to_pandas_dataframe()
Table.to_polars_lazyframe()
Table.to_sas()
Table.to_stata()
Last updated 17 days ago
Was this helpful?