GoodPandas.

data_frames

data_frames( workspace_id: str ) -> DataFrameFactory

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

Parameters

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

Returns

typedescription
DataFrameFactorySame instance for a given workspace.