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 ossdataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a dataset by name (e.g., 'swe-bench') with automatic caching. Returns a list of dicts.
Check the exact dataset name in the docs.
Wrap with `pd.DataFrame(dataset)` or use dict-comprehensions.
Use `from ossdata import load_dataset` and call `load_dataset(...)`.
No dependency data recorded yet.