This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable 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. |