Dataset

class semanticscholar.Dataset.Dataset(data)

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

Initialize Dataset object.

Parameters:

data (dict) – Dataset data from the API.

keys() list

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

Return type:

list

property description: str

Dataset description.

Type:

str

property files: list

List of file urls in the dataset.

Type:

list of str

property name: str

Dataset name.

Type:

str

property raw_data: dict

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

Type:

dict

property readme: str

Dataset README.

Type:

str