Release

class semanticscholar.Release.Release(data)

This class represents a release version of the Semantic Scholar Datasets.

Initialize Release object.

Parameters:

data (dict) – Release data from the API.

keys() list

Returns a list of all keys in the API response data.

Return type:

list

property datasets: list

List of datasets in this release.

Type:

list of semanticscholar.Dataset.Dataset

property raw_data: dict

The API response data in its original JSON structure, represented as a dict.

Type:

dict

property readme: str

Release README.

Type:

str

property release_id: str

Release identifier.

Type:

str