Skip to content

datatypes

CommunityDataLevel

Bases: Enum

View on community.

TODO

Document properly

MetricReturnType

Bases: Enum

Category of representation of metrics' return type.

DATAFRAME = 'dataframe' class-attribute

Metric's return values as series in Pandas.Dataframe

PLAIN = 'plain' class-attribute

Metric's original return value (not modified).

TABLE = 'table' class-attribute

Metric's return value(s) in table format.