pantab
pantab copied to clipboard
Read/Write pandas DataFrames with Tableau Hyper Extracts
**Describe the bug** I am trying to convert a hyper file that I download from our tableau server to a dataframe and keep running into an error "PermissionError: [Errno 13]...
This at least writes a test that currently fails for #163 , doesn't actually fix.
Unsure how to proceed... **Pantab install** Requirement already satisfied: pantab in /usr/local/lib/python3.7/dist-packages (2.1.0) Requirement already satisfied: tableauhyperapi in /usr/local/lib/python3.7/dist-packages (from pantab) (0.0.14567) Requirement already satisfied: pandas in /usr/local/lib/python3.7/dist-packages (from pantab)...
**Describe the bug** I'm simply trying to pull all the frames from a hyper file (which I unfortunately can't give you). But I think the problem is that one of...
**Describe the bug** Querying more than one `SUM()` fails. MacOS Monterey 12.3.1 (21E258) --- Is this expected? Thanks!
**Is your feature request related to a problem? Please describe.** The new Tableau REST API feature for publishing multi-table hyper files as a data source requires primary keys to be...
The interface of the `hyper_rowset_chunk_field_values` function changed in the latest version of HyperAPI. Update pantab to be compatible with that HyperAPI version. While at it, also improve the error message...
I'm trying to write a dataframe that contains datetime.date object to hyper using pantab.frame_to_hyper method and it raisers TypeError. Steps to reproduce the problem: import pandas as pd import datetime...
The docker lint rule right now does everything for us with pinned versions, easy reproducability and coverage of Python / C tools. Flake8 is controlled by a github bot right...
I think we are only using functions that are guaranteed to have a stable ABI in the Python 3.X series, so we could likely build with this setting to reduce...