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.1a3.tar.gz
(62.5 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.1a3.tar.gz.
File metadata
- Download URL: additory-0.1.1a3.tar.gz
- Upload date:
- Size: 62.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
610a7661184a6e2cf27a86392dd345dffcda3003d08fdb990bcefeda19c84397
|
|
| MD5 |
11ea32464a70abd71470d7c43bd177b7
|
|
| BLAKE2b-256 |
68f856bb3c886112eb7306b56dc136a627273446068bf6bb44f255453617b055
|
File details
Details for the file additory-0.1.1a3-py3-none-any.whl.
File metadata
- Download URL: additory-0.1.1a3-py3-none-any.whl
- Upload date:
- Size: 86.2 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 |
5b718aaf92488223111a03af5a26107af33b2054b2c1b2f86ef393d2c59d8109
|
|
| MD5 |
14ee48a7c060ad0c8ba2ed3fac39669e
|
|
| BLAKE2b-256 |
fadabddf36730dedc2981ac291022ebb6aac5899d05a140e964239cd0f7852e0
|