good_pandas.GoodPandas
Facade to access factories that create pandas Series and DataFrames using analytics computed by GoodData.
Properties
NoneMethods
| Name | Description |
|---|---|
| create_from_profile(profile: str, profiles_path: Path) | Creates GoodPandas instance from a given profile. |
| series(workspace_id: str) | Creates factory for constructing pandas.Series bound to a workspace. |
| data_frames(workspace_id: str) | Creates factory for constructing pandas.DataFrame bound to a workspace. |