DataTableRows
Represents a collection of rows returned from table queries. Use this model to access, filter, and convert row data for analysis.
DataTableRows
Represents the rows of a data table.
__len__() -> int
Return the number of rows.
to_dataframe() -> pd.DataFrame
Return rows as a pandas DataFrame.
to_list() -> list[Any]
Return rows as a list of dicts.