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.1a2.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.1a2.tar.gz.
File metadata
- Download URL: additory-0.1.1a2.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 |
222a001a11c5de79c992d42cb67f86d97bf109637336b82a3a0b7eda414cef23
|
|
| MD5 |
257c5b722ebc13251ad1364e8020924b
|
|
| BLAKE2b-256 |
b059a3cb1a8dd573ec9222b0586c9c14a352043da4ba9f13e5439f6550a654f4
|
File details
Details for the file additory-0.1.1a2-py3-none-any.whl.
File metadata
- Download URL: additory-0.1.1a2-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 |
f91e6f0fce9137c729ab54840ea75ae36346280ec297c2a318396becef311058
|
|
| MD5 |
11022fb17e6698d727d21208f82181c2
|
|
| BLAKE2b-256 |
ca341d34df070f1b999684ce0f94c7abcd72bd9e0ca828a84d82f2f50fcb9311
|