GoodPandas.
series
series(
workspace_id: str
) ->
SeriesFactory
Creates factory for constructing pandas.Series bound to a workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | ID of the workspace the factory will be bound to. |
Returns
type | description |
---|---|
SeriesFactory | Same instance for a given workspace. |