"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e30d3bf5442fbdbee899e8a5da0b11b621d54f1b"
Commit 17229352 authored by RhettYing's avatar RhettYing
Browse files

add link for blitz

parent 8d861d94
...@@ -222,6 +222,18 @@ dataset = SyntheticDataset() ...@@ -222,6 +222,18 @@ dataset = SyntheticDataset()
graph, label = dataset[0] graph, label = dataset[0]
print(graph, label) 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 # Thumbnail credits: (Un)common Use Cases for Graph Databases, Michal Bachman
# sphinx_gallery_thumbnail_path = '_static/blitz_6_load_data.png' # sphinx_gallery_thumbnail_path = '_static/blitz_6_load_data.png'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment