Skip to content

Commit

Permalink
add link for blitz
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying committed Feb 17, 2022
1 parent 8d861d9 commit 1722935
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tutorials/blitz/6_load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,18 @@ def __len__(self):
graph, label = dataset[0]
print(graph, label)

######################################################################
# Creating Dataset from CSV via :class:`~dgl.data.DGLCSVDataset`
# ------------------------------------------------------------
#
# In the previous examples, dataset is created directly from raw CSV
# files via :class:`~dgl.data.DGLDataset`. DGL provides utility class
# :class:`~dgl.data.DGLCSVDataset` to read data from CSV files and
# construct :class:`~dgl.DGLGraph` more flexibly. Please refer to
# :ref:`guide-data-pipeline-loadcsv` and see if this utility is more
# suitable for your case.
#


# Thumbnail credits: (Un)common Use Cases for Graph Databases, Michal Bachman
# sphinx_gallery_thumbnail_path = '_static/blitz_6_load_data.png'

0 comments on commit 1722935

Please sign in to comment.