cluster_collections.Collection#

class cluster_collections.Collection(data, schema)[source]#

The cluster_collections.Collection class is the base class for all of the cluster collections.rst available in the CGP. Generally, this class should not be instantiated but rather the specific sub-class corresponding to the user’s desired database.

Methods

__init__(data, schema)

Initializes the cluster_collections.Collection instance.

items()

Returns the items of the collection.

keys()

Returns the keys of the collection.

values()

Returns the values of the collection.

Attributes

authors

The collection authors (not the original source author)

citation

The citation (bibtex) for the data source.

name

The name of the collection.

profiles

The profiles from the schema.

source_authors

The original (source) authors.