Skip to main content

GoodData Cloud to pandas

Project description

GoodData Pandas

This package contains a thin layer that utilizes gooddata-sdk and allows you to conveniently create pandas series and data frames from the computations done against semantic model in your GoodData.CN workspace.

See DOCUMENTATION for more details.

Requirements

  • GoodData.CN installation; either running on your cloud infrastructure or the free Community Edition running on your workstation

  • Python 3.9 or newer

Installation

Run the following command to install the gooddata-pandas package on your system:

pip install gooddata-pandas

Example

Create an indexed and a not-indexed series:

from gooddata_pandas import GoodPandas

# GoodData.CN host in the form of uri eg. "http://localhost:3000"
host = "http://localhost:3000"
# GoodData.CN user token
token = "some_user_token"
# initialize the adapter to work on top of GD.CN host and use the provided authentication token
gp = GoodPandas(host, token)

workspace_id = "demo"
series = gp.series(workspace_id)

# create indexed series
indexed_series = series.indexed(index_by="label/label_id", data_by="fact/measure_id")

# create non-indexed series containing just the values of measure sliced by elements of the label
non_indexed = series.not_indexed(data_by="fact/measure_id", granularity="label/label_id")

Bugs & Requests

Please use the GitHub issue tracker to submit bugs or request features.

Changelog

Consult Github releases for a released versions and list of changes.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gooddata_pandas-1.28.1.dev4.tar.gz (46.5 kB view details)

Uploaded Source

Built Distribution

gooddata_pandas-1.28.1.dev4-py3-none-any.whl (48.8 kB view details)

Uploaded Python 3

File details

Details for the file gooddata_pandas-1.28.1.dev4.tar.gz.

File metadata

  • Download URL: gooddata_pandas-1.28.1.dev4.tar.gz
  • Upload date:
  • Size: 46.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for gooddata_pandas-1.28.1.dev4.tar.gz
Algorithm Hash digest
SHA256 a861fc6ffc15b1208c6d1c9d335cd993d69764ff23ca2c517c6b7dd82430551c
MD5 66c82cb7efcf778bdc22907878de63ca
BLAKE2b-256 924a5aaf26906b42adbcf71ccf448de5735ba2573a6c4e0da5012baecf4c7cae

See more details on using hashes here.

File details

Details for the file gooddata_pandas-1.28.1.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for gooddata_pandas-1.28.1.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 552461fa621c583a3e4b8d49b49b91e09c50829d0e96b4e758ba9135d13e6b7f
MD5 e6db837ec9c8931918455d7d7fe7a64f
BLAKE2b-256 66d58ab61d50adce38051fe8a9e53b116d10beee6dc5dd74c48ff8f7ea90519e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page