Class CaaSDataset

The class CaaSDataset gets data and metadata of a given tag. A tag is unique identifier for a dataset.

Attributes

Attribute

Description

caas_client:CaaSClient

an instance of the CaaSClient

tag:str

The tag associated with the dataset

Methods

Method Name

Description

get_metadata()

returns the schema associated with the tag (dataset)

get_data()

returns the data associated with the dataset

count()

returns the total number of records in the dataset

get_tag

returns the tag

get_client

returns the client

Last updated