Orso is a DataFrame library for Python, designed for efficient data manipulation and analysis. The current version is 0.0.243, with alpha-level stability and frequent releases (multiple per week). It provides a pandas-like API but with a focus on memory efficiency and lazy evaluation.
pip install orsoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read a CSV file into a DataFrame and display the first few rows.
Use `orso==0.0.243` in requirements.txt.
Change import to `from orso import read_csv`.
Call `df.compute()` to force evaluation when needed.
Use `from orso import read_csv` instead.
Ensure you have imported `DataFrame` from `orso` and the operation is lazy.
No dependency data recorded yet.