Read/Write pandas DataFrames with Tableau Hyper Extracts
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 usagecompatability
documentation.This is a bug fix release that fixes an issue where pantab would error when trying to read Non-nullable strings
Improved installation processes for pantab
This release supports the new features of pandas 1.0 useful for interfacing with Tableau, namely "string" and "booleanna" dtypes
This releases fixes a bug with how dates were written, particularly on Windows
This is a minor bug fix release which allows for more native serialization of NULL values in timestamp fields
This is a bug fix release correcting issues when reading missing datetime values