An advanced extension of the Vaex library.
Project description
AdvVaex
AdvVaex is an advanced extension of the popular Vaex library, providing enhanced functionality for large-scale data processing. It includes utility functions that extend the capabilities of Vaex, such as adding metadata insights during aggregation processes.
Installation
pip install advvaex
USAGE:
import vaex
from advvaex import advanced_aggregate
# Create a Vaex DataFrame
df = vaex.from_dict({"A": [1, 2, 3, 4, 5], "B": [10, 20, 30, 40, 50]})
# Perform advanced aggregation
result = advanced_aggregate(df, column="A", agg_func="mean")
print(result)
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
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 advvaex-0.1.0.tar.gz.
File metadata
- Download URL: advvaex-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dd3fc690ff0e1ed9839ddf06bf8c3cb976cf8584f64fc35ee52102ba6ee137f
|
|
| MD5 |
5c7ddc1f7308418c7689abed4603a842
|
|
| BLAKE2b-256 |
e59730bed2bc9d7c845cf48e95dc96a25335ece60358493f349c52d3c85902d6
|
File details
Details for the file advvaex-0.1.0-py3-none-any.whl.
File metadata
- Download URL: advvaex-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85ac3eddf1726e440278de2a427a3e900c9dfaf888e18ed1988df47bdc6e5a0d
|
|
| MD5 |
f0b51d14a6ad9022afbe55915d81f53a
|
|
| BLAKE2b-256 |
161d58da5c1b09737911263ea04869d0c3b3b0a0820e2a6e4d022b1c98ba07b1
|