Data augmentation library with Polars backend
Project description
Additory v0.1.1a1
Data augmentation library with Polars backend.
Installation
pip install additory
Quick Start
import additory
import polars as pl
# Add columns from reference DataFrame
result = additory.add.to(df, reference_df, on='id', bring='price')
# Transform columns
result = additory.add.transform(df, mode='onehotencoding', columns=['category'])
# Filter data
result = additory.add.snapshot(df, where='age > 18')
# Generate synthetic data
result = additory.add.synthetic(df, rows=1000)
# Analyze data
result = additory.add.analyze(df, preset='quick')
# Evaluate expressions
result = additory.add.expressions(df, 'inbuilt:bmi')
Features
- Blazing Fast: Built on Polars for maximum performance
- Simple API: Clean, intuitive API with
additory.add.function()pattern - Flexible: Works with Polars, pandas, and cuDF
- Comprehensive: 6 main functions covering all data augmentation needs
- Well Tested: 1,023 tests with 90% coverage
Documentation
Visit https://additory.dev for full documentation.
License
MIT
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
additory-0.1.1a6.tar.gz
(62.4 kB
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 additory-0.1.1a6.tar.gz.
File metadata
- Download URL: additory-0.1.1a6.tar.gz
- Upload date:
- Size: 62.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
515cdcf8d449924d6432c2dc4974e576c2a0228c44f76d8c0e0b5f06b9dd80e0
|
|
| MD5 |
16f03ec45508f1795cf47ea682c6ff0a
|
|
| BLAKE2b-256 |
16e672bc8a6ee7c46e5d5b20cf955eb9be778ea9e6083c797351647bb474bbb3
|
File details
Details for the file additory-0.1.1a6-py3-none-any.whl.
File metadata
- Download URL: additory-0.1.1a6-py3-none-any.whl
- Upload date:
- Size: 86.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfca1efa8e9935a13db68b7321002c99604b159acbced4a30dd485c2ed4c79d6
|
|
| MD5 |
919fd12c5dc6661236bb112965a06565
|
|
| BLAKE2b-256 |
3fcf8ca7603d973263b0ed6600924be2c54dd05115d9666be7d1f587bfa2984f
|