DataTableRowsCount
Contains row count information for a data table, optionally with filters applied. Useful for pagination and summary statistics.
DataTableRowsCount
Represents the count of rows in a data table.
Attributes:
| Name | Type | Description |
|---|---|---|
total_rows |
int
|
The number of rows in the table. |
to_dataframe() -> pd.DataFrame
Return row count as a pandas DataFrame.
to_list() -> list[Any]
Return row count as a list.