Datasets Object
Stock datasets that can be ingested into a TigerGraph database through the ingestDataset
function in pyTigerGraph.
_init_()
init(name: str = None, tmp_dir: str = "./tmp") → None
Stock datasets.
Please see this link
for datasets that are currently available. The files for the dataset with name
will be
downloaded to local tmp_dir
automatically when this class is instantiated.
Parameters:
name
(str, optional):
Name of the dataset to get. Defaults to None
.
tmp_dir
(str, optional):
Where to store the artifacts of this dataset. Defaults to "./tmp"
.