Skip to main content

Converts pandas DataFrames into Tableau Hyper Extracts

Project description

pantab: Connecting pandas with Tableau

What is it?

pantab is a tool to help generate Hyper extracts (available with Tableau 10.5+) from a pandas DataFrame.

import pandas as pd
import pantab

df = pd.DataFrame(
    [[1, 2, 3, 4., 5., True, pd.to_datetime('1/1/18'), 'foo'],
     [6, 7, 8, 9., 10., True, pd.to_datetime('1/1/19'), 'foo']
     ], columns=['foo', 'bar', 'baz', 'qux', 'quux', 'quuuz', 'corge',
                 'garply'])

pantab.frame_to_hyper(df, "foo.hyper", "the_table")

The above will generate a Hyper extract in the specified location, which you can then open in Tableau.

Hyper Extract in Tableau

Requirements & Installation

  • Python >= 3.6
  • Tableau Hyper API (see installation instructions here)
  • pandas

The preferred way to install this package is from pip. Note that this will resolve the pandas dependency for you but will not resolve the Tableau Hyper API dependency. Please refer to their installation instructions.

pip install pantab

If you want to run the test suite for this application, you will also need to install pytest.

Contributing

Want to make this package better? Awesome - any and all contributions are appreciated! With that said, any code contributions must contain test cases to be considered for merging.

Project details


Download files

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

Source Distribution

pantab-0.0.1.dev3.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

pantab-0.0.1.dev3-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file pantab-0.0.1.dev3.tar.gz.

File metadata

  • Download URL: pantab-0.0.1.dev3.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for pantab-0.0.1.dev3.tar.gz
Algorithm Hash digest
SHA256 f03291ea200dd074af0d65d4873bb64431b5eb08c4285ad384ce1cda5cc46d9b
MD5 1da2bc8ab32bf676a34e9ddedf13750b
BLAKE2b-256 1ea91a72c8a92f9f6eb6bd1d71f5e3660fcf971bdda02c2a62a917ecd582adcd

See more details on using hashes here.

Provenance

File details

Details for the file pantab-0.0.1.dev3-py3-none-any.whl.

File metadata

  • Download URL: pantab-0.0.1.dev3-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for pantab-0.0.1.dev3-py3-none-any.whl
Algorithm Hash digest
SHA256 609c1f75b19f899c4e7f722cc5df22263dcfbf4a5df82b925c67d3dabdb7b2a1
MD5 b1dd7590f09f42f0a6876b630037dfa2
BLAKE2b-256 a6a167cd9f0e21db25e3d661557a95146912204c57f08fc2918d3d060b2b42aa

See more details on using hashes here.

Provenance

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