This documentation is for an older version of GoodData.
Go to the latest version of this article.
good_pandas.SeriesFactory
This class serves as a factory to create Series objects by providing the necessary parameters.
Properties
NoneMethods
Name | Description |
---|---|
indexed ( ) | None |
not_indexed ( data_by: Union[SimpleMetric, str, ObjId, Attribute], granularity: Optional[Union[list[LabelItemDef], IndexDef]], filter_by: Optional[Union[Filter, list[Filter]]] ) | Creates a pandas.Series from data points calculated from a single `data_by` without constructing an index. |