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.44.0.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

gooddata_pandas-1.44.0-py3-none-any.whl (49.5 kB view details)

Uploaded Python 3

File details

Details for the file gooddata_pandas-1.44.0.tar.gz.

File metadata

  • Download URL: gooddata_pandas-1.44.0.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for gooddata_pandas-1.44.0.tar.gz
Algorithm Hash digest
SHA256 8d747584156950a237641e70cb52ad6b0cfc014e123c85bf075d12e75bf824a6
MD5 1a35df79dee6b9f36ccbadecf9064b34
BLAKE2b-256 d59d209c9884fc64534b1daca8bd5f9fcb98e0c6846a8156b44820634d7dd7d0

See more details on using hashes here.

File details

Details for the file gooddata_pandas-1.44.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gooddata_pandas-1.44.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70c25b920f1504e39475e9e2d97759d4ec07a13a428d30c35d3cf4538f42d56f
MD5 aebe4a8bf45356852776cfeca31d824a
BLAKE2b-256 8d100170386fda1da47142a3b9dd580ad37b2a9f05dfe18ad8f268cf7381ebfd

See more details on using hashes here.

Supported by

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