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.1a1.tar.gz
(62.3 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.1a1.tar.gz.
File metadata
- Download URL: additory-0.1.1a1.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d558ea08f84267707cf83c12799394249e249259749ed33d6551b4db764d1598
|
|
| MD5 |
5a828b76548b564ca0870b31087c3092
|
|
| BLAKE2b-256 |
47591f9e3341ce8a08c7bf958e276c9da0975767ae125bdfb40b82f1e441e5bc
|
File details
Details for the file additory-0.1.1a1-py3-none-any.whl.
File metadata
- Download URL: additory-0.1.1a1-py3-none-any.whl
- Upload date:
- Size: 86.0 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 |
0340d6cba161b5b5cefdd0d422abbd78330163756f89df5d112ea48090a634b2
|
|
| MD5 |
83b9b7b4404974bf56e16d282ad8745c
|
|
| BLAKE2b-256 |
9524e53a57d0972e3e8cca7b32a5fdb2a3dbcff086c1a36e59558fcb5b2c0430
|