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.10 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.69.1.dev1.tar.gz (570.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gooddata_pandas-1.69.1.dev1-py3-none-any.whl (66.1 kB view details)

Uploaded Python 3

File details

Details for the file gooddata_pandas-1.69.1.dev1.tar.gz.

File metadata

  • Download URL: gooddata_pandas-1.69.1.dev1.tar.gz
  • Upload date:
  • Size: 570.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gooddata_pandas-1.69.1.dev1.tar.gz
Algorithm Hash digest
SHA256 68af9b8cb9b1b9b8a691b3f7fb98af55eacc3b6cec81ec0fa3c0c265e0aff0ab
MD5 3962664ce67244246b823482dccf0d0c
BLAKE2b-256 2c6fa85f63cbab8e7098117cd1627cf4e2c8dbcc56c5a912b153d3d12a349704

See more details on using hashes here.

Provenance

The following attestation bundles were made for gooddata_pandas-1.69.1.dev1.tar.gz:

Publisher: dev-release.yaml on gooddata/gooddata-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gooddata_pandas-1.69.1.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for gooddata_pandas-1.69.1.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 98826562fb4eb42e47f05349997b61d1336c140c77c26ea68c8400e38bcb3fee
MD5 9f70b3a36c0dd950d6084c56cc505d75
BLAKE2b-256 fe45b4a1f762caa5c6afc04d463c9d41697ac2a4d5533e90b6ac3ccb98647e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for gooddata_pandas-1.69.1.dev1-py3-none-any.whl:

Publisher: dev-release.yaml on gooddata/gooddata-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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