cfpq_data.dataset.download#

download(name: str) Path[source]#

Download graph data from dataset.

Parameters:

name (str) -- The name of the graph from the dataset.

Examples

>>> from cfpq_data import *
>>> path = download("generations")
Returns:

path -- Path to the file with graph data.

Return type:

Path