Pyplatform-reporting package provides function for managing hyper datasources on Tableau server.
Project description
Pyplatform-reporting package provides function for managing hyper datasources on Tableau server.
Installation
pip install pyplatform-reporting
Authentication and environment variables
Refer to main page for documentation on authentication
Exploring the modules
from pyplatform.reporting import *
show_me()
Usage
listing Tableau server datasources and reading hyper datasource into pandas dataframe
from pyplatform.reporting import *
print(tableau_server_list_resources())
datasource_name = 'sample superstore'
hyper_filepath = tableau_server_download_hyper(datasource_name)
df= hyper_to_df(hyper_filepath)
uploading pandas dataframe as hyper datasource on Tableau server
from pyplatform.reporting import *
# df #TODO create dataframe as source
hyper_filepath = df_to_hyper(df,filepath='Sample superstore.hyper')
datasource_name = tableau_server_upload_hyper(hyper_filepath)
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
Built Distribution
File details
Details for the file pyplatform-reporting-2020.12.1.tar.gz
.
File metadata
- Download URL: pyplatform-reporting-2020.12.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5b389ecf2e35d14e5ca062f2339ba0eee2eebdd3cd5957bcbeed08c4be9cbc2 |
|
MD5 | d464e52ad50c779e46f907c9301caf56 |
|
BLAKE2b-256 | 376ac0cfe777feaee7d109028c477adc9e05e3d6de6230d16f4a6abe11d110b8 |
File details
Details for the file pyplatform_reporting-2020.12.1-py3-none-any.whl
.
File metadata
- Download URL: pyplatform_reporting-2020.12.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ca97ae0ae737d1d9f60c42134e719380892e5ae5965d10ad6b2f21741b4eccc |
|
MD5 | 9d00bf0bc5871e5fad69db6b997debaa |
|
BLAKE2b-256 | 3e05c04a235a9bc9519fa507a7bed25e81010b675e4d8f27b001210cf3b4673e |