Skip to main content

A booster 💪 for your Parquet files

Project description

virtual

A booster 💪 for your Parquet file sizes.

virtual is a lightweight framework that transparently compresses Parquet files by using functions between columns, all while giving you the same familiar interface you are used to. How virtual works is magic, and is described in our recent research papers (see below).

🛠 Build

pip install virtual-parquet

or

git clone https://github.com/utndatasystems/virtual.git && cd virtual
pip install .

🔗 Examples

A demo can be found at examples/demo-parquet.ipynb.

🗜️ Compress

Simply compress a Pandas DataFrame with virtual.to_format(df):

import pandas as pd
import virtual

df = pd.read_csv('file.csv')

...

virtual.to_format(df, 'file_virtual.parquet')

% Virtualization finished: Check out 'file_virtual.parquet'.

🥢 Read

Reading in a virtual compress parquet file with virtual.from_format([path]):

import virtual

df = virtual.from_format('file_virtual.parquet')

📊 Query

Or directly run SQL queries on the virtualized Parquet file via duckdb with virtual.query([SQL]):

import virtual

virtual.query(
  'select avg(price) from read_parquet("file_virtual.parquet") where year >= 2024',
  engine = 'duckdb'
)

Expert-User Features

🔍 Inspect the Functions Found

import pandas as pd
import virtual

df = pd.read_csv('file.csv')

functions = virtual.train(df)

% Functions saved under functions.json.

📚 Citation

Please do cite our (very) cool work if you use virtual in your work.

@inproceedings{
  virtual,
  title={{Lightweight Correlation-Aware Table Compression}},
  author={Mihail Stoian and Alexander van Renen and Jan Kobiolka and Ping-Lin Kuo and Josif Grabocka and Andreas Kipf},
  booktitle={NeurIPS 2024 Third Table Representation Learning Workshop},
  year={2024},
  url={https://openreview.net/forum?id=z7eIn3aShi}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

virtual_parquet-0.1.4.tar.gz (38.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

virtual_parquet-0.1.4-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

Details for the file virtual_parquet-0.1.4.tar.gz.

File metadata

  • Download URL: virtual_parquet-0.1.4.tar.gz
  • Upload date:
  • Size: 38.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for virtual_parquet-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c3cc5ecdbdf87e21e0377dc69b106dabce37fe4f098011141ba0332301214877
MD5 0778c4b045299419dbe1b1a5eb1e1010
BLAKE2b-256 f28e679e15174a557c51fa9e2c0964bad60a5248a286b828d0cb441f1897ff17

See more details on using hashes here.

File details

Details for the file virtual_parquet-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for virtual_parquet-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ff8b0102b99fc7a9ad02b49b38dd2270a71536184582526eb725a39b7ccf70f1
MD5 128a16e779125a9af67c2e7a8af136f9
BLAKE2b-256 4d17364bf1462da53baa933ee61190f8986371ea90e764f0ec0b43a0d8d5bca7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page