Pantab Versions Save

Read/Write pandas DataFrames with Tableau Hyper Extracts

4.1.0

3 weeks ago

New Features

Add support for dataframes that have 8 bit integers. When written to Hyper, these will be stored as 16 bit integers. (#280)

Bugfixes

Bumped the minimum version of the tableauhyperapi to 0.0.18618 to fix a bug where reading from Hyper files would throw a RuntimeError (#283)

4.0.0

1 month ago

3.0.0

1 year ago
  • Implemented a new use_parquet keyword in frame_to_hyper which uses Parquet as an intermediate storage solution instead of pantab's own internal C library. This may provide a small performance boost at the cost of additional disk usage
  • Fixed issue where pantab was not compatabile with Hyper versions 0.0.14567 and above. See the :ref:compatability documentation.

2.1.0

2 years ago

2.0.0

3 years ago

1.1.1

3 years ago

This is a bug fix release that fixes an issue where pantab would error when trying to read Non-nullable strings

1.1.0

3 years ago
  • Fixes an issue where unsupported data types in Hyper Files would crash the Python process
  • Adds support for reading DATE types

1.0.1

4 years ago

Improved installation processes for pantab

1.0.0

4 years ago

This release supports the new features of pandas 1.0 useful for interfacing with Tableau, namely "string" and "booleanna" dtypes

rls-0.2.3

4 years ago

This releases fixes a bug with how dates were written, particularly on Windows