This documentation is for an older version of GoodData.
Go to the latest version of this article.
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. |