Registry / data / ossdata

ossdata

JSON →
library0.3.7pypypi✓ verified 79d ago

OSSDatasets provides scalable access to Software Engineering datasets such as SWE-bench and GitHub issue data. It downloads and caches datasets locally for reproducible ML experiments. Current version 0.3.7, release cadence irregular.

pip install ossdata
INSTALL
IMPORT
SIG · OSSDATA
O
ossdata
datapythonv0.3.7
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.

get_all_datasets
from ossdata import get_all_datasets
from ossdata import load_dataset
get_item
from ossdata import get_item
from ossdata import load_dataset
OSS_BUCKET
from ossdata import OSS_BUCKET
from ossdata import load_dataset

Load a dataset by name (e.g., 'swe-bench') with automatic caching. Returns a list of dicts.

import os from ossdata import load_dataset # Load SWE-bench dataset (cached automatically) dataset = load_dataset('swe-bench', split='train') print(dataset[:2])
Debug
Known issues
gotchaThe dataset name must be exact; allowed names: 'swe-bench', 'swe-bench-lite', 'github-issues' (case-sensitive).
fix
Check the exact dataset name in the docs.
affects: all
gotchaThe returned data format is a list of dicts, not a Hugging Face Dataset or pandas DataFrame. You may need to convert manually.
fix
Wrap with `pd.DataFrame(dataset)` or use dict-comprehensions.
affects: 0.3.x
breakingVersion 0.2.x and earlier used a different API: `import ossdata` then `ossdata.get_dataset(...)`. The old API is removed in 0.3.0.
fix
Use `from ossdata import load_dataset` and call `load_dataset(...)`.
affects: >=0.3.0
Upgrade
Version history
0.3.7latest on PyPI · released Apr 20, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ossdata — pip install ossdata · libregistry