describe#
- dscat.queries.describe(cat, table_name, dataset, version, limit, offset)[source]#
Return a table’s rows, a page of its features, and the total feature count.
- Parameters:
cat (
dscat.index.Catalogue) – Open catalogue to read from.table_name (
str) – Logical table to describe.version (
strorNone) – Pin a version (needsdataset); the default scope is the latest.limit (
int) – Maximum number of feature rows to return.offset (
int) – Number of feature rows to skip, for paging.
- Returns:
(tables, features, total): the matching table rows, one page of feature rows, and the total feature count for the table.- Return type: