A Python wrapper for data-to-parquet binary
Project description
data-to-parquet-bin
A Python wrapper for the high-performance Rust data-to-parquet tool.
Installation
You can install this package using pip or uv:
pip install .
# or
uv pip install .
Usage
import asyncio
from data_to_parquet_bin import convert_to_parquet
async def main():
try:
await convert_to_parquet(
input_path="data.xlsx",
output_path="data.parquet",
sheet_index=0,
batch_size=10000
)
print("Conversion successful!")
except Exception as e:
print(f"Error: {e}")
if __name__ == "__main__":
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
data_to_parquet_bin-0.1.0.tar.gz
(11.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file data_to_parquet_bin-0.1.0.tar.gz.
File metadata
- Download URL: data_to_parquet_bin-0.1.0.tar.gz
- Upload date:
- Size: 11.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39af1b10eed4da36df424ea798606d9e706415ef836df483e8ee74cb1aa607f4
|
|
| MD5 |
f00f91c1c952150bd33db13c557bd296
|
|
| BLAKE2b-256 |
61f29dbc1ea4a9d413dec9e168bec074e287fd22f9e8500914e7112539dc5b72
|
File details
Details for the file data_to_parquet_bin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: data_to_parquet_bin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa7c715718777cddb07cc2744bfc5f6a37292356a3b8cb232a953727f195f272
|
|
| MD5 |
5a18b8325149121120aa7d869792845c
|
|
| BLAKE2b-256 |
ff6ffab426d611d2522192d083ab8b83b374ec789ccff28f46de8e3f1be2be73
|