How to use the pantab.frame_from_hyper function in pantab

To help you get started, we’ve selected a few pantab examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github innobi / pantab / benchmarks / benchmarks.py View on Github external
def time_read_frame(self, _):
        pantab.frame_from_hyper("test.hyper", table="test")
github innobi / pantab / benchmarks / benchmarks.py View on Github external
def time_read_frame(self):
        pantab.frame_from_hyper("test.hyper", table="test")
github innobi / pantab / benchmarks / benchmarks.py View on Github external
def peakmem_read_frame(self):
        pantab.frame_from_hyper("test.hyper", table="test")

pantab

Converts pandas DataFrames into Tableau Hyper Extracts and back

BSD-3-Clause
Latest version published 7 days ago

Package Health Score

90 / 100
Full package analysis

Similar packages