GoodPandas.

series

series( workspace_id: str ) -> SeriesFactory

Creates factory for constructing pandas.Series bound to a workspace.

Parameters

nametypedescription
workspace_idstrID of the workspace the factory will be bound to.

Returns

typedescription
SeriesFactorySame instance for a given workspace.