This documentation is for an older version of GoodData.
Go to the latest version of this article.
good_pandas.GoodPandas
Facade to access factories that create pandas Series and DataFrames using analytics computed by GoodData.
Properties
| Name | Description |
|---|---|
| sdk | Retrieves GoodDataSdk instance. |
Methods
| Name | Description |
|---|---|
| data_frames (workspace_id: str) | Creates factory for constructing pandas.DataFrame bound to a workspace. |
| series (workspace_id: str) | Creates factory for constructing pandas.Series bound to a workspace. |