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.1.tar.gz
(20.2 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.1.tar.gz.
File metadata
- Download URL: data_to_parquet_bin-0.1.1.tar.gz
- Upload date:
- Size: 20.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
702150b3b175a783421fd63f15d940dab8eaa201f0f0d2c2f98750fb2785da9b
|
|
| MD5 |
2d45d5b55283d3a036e402f4389e982a
|
|
| BLAKE2b-256 |
8dc54aa0a2648fe4439167bc47e2d6c4b29e95adacabb4dcc197a4e64bb0296e
|
File details
Details for the file data_to_parquet_bin-0.1.1-py3-none-any.whl.
File metadata
- Download URL: data_to_parquet_bin-0.1.1-py3-none-any.whl
- Upload date:
- Size: 20.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5db80d00068223cd9f82a7119b1acd1ed1ba4e65b07e08e4103e5cbd1f50d193
|
|
| MD5 |
df22556a0a2ad47d88897e80b801de4c
|
|
| BLAKE2b-256 |
bb1a02d99bd61da7c05fd8ddc88ea52fb10bd10ccd03e5453cf27233cc9692f3
|