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