DataTables
Represents a collection of multiple data tables available to the user. Use this model to iterate, inspect, and convert tables for analysis.
DataTables
Represents the rows of a data table.
__len__() -> int
Return the number of tables.
to_dataframe() -> pd.DataFrame
Return tables as a pandas DataFrame.
to_list() -> list[Any]
Return tables as a list of dicts.