Registry / devops / arnio
library1.19.0pypypi✓ verified 80d ago

C++ accelerated data preparation library for pandas and the Python data stack. Version 1.19.0 is the latest, with active development and monthly releases.

pip install arnio
INSTALL
IMPORT
SIG · ARNIO
A
arnio
devopspythonv1.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ArFrame
from arnio import ArFrame
from arnio import load

Load a CSV file into a pandas DataFrame using arnio's accelerated loader.

from arnio import load df = load('https://raw.githubusercontent.com/im-anishraj/arnio/main/examples/data/sample.csv') print(df.head())
Debug
Known issues
gotchaarnio's load function returns a pandas DataFrame by default, but certain options may return an arnio Dataset object. Always check the type.
fix
Use from arnio import load and inspect type(df).
affects: >=1.0.0
breakingIn version 1.15.0, the 'parallel' parameter was removed from load(). Code using it will break.
fix
Remove 'parallel' argument; parallelization is now automatic.
affects: >=1.15.0
Upgrade
Version history
1.19.0latest on PyPI · released May 28, 2026
Audit
Dependencies
pandasrequiredCore dependency for data manipulation
Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
arnio — pip install arnio · libregistry