edges list | nodes list | incidences list | network-type string | metadata dict |
|---|---|---|---|---|
[
{
"edge": 0,
"weight": 1,
"attrs": {}
},
{
"edge": 1,
"weight": 1,
"attrs": {}
},
{
"edge": 2,
"weight": 1,
"attrs": {}
},
{
"edge": 3,
"weight": 1,
"attrs": {}
},
{
"edge": 4,
"weight": 1,
"attrs": {}
},
{
"edge": 5,
"weight": ... | [
{
"node": 16384,
"weight": 1,
"attrs": {
"NaN": null
}
},
{
"node": 1,
"weight": 1,
"attrs": {
"NaN": null
}
},
{
"node": 8194,
"weight": 1,
"attrs": {
"NaN": null
}
},
{
"node": 4,
"weight": 1,
"attrs": {
"NaN": null
... | [
{
"edge": 0,
"node": 14618,
"weight": 1,
"attrs": {}
},
{
"edge": 0,
"node": 12388,
"weight": 1,
"attrs": {}
},
{
"edge": 0,
"node": 2918,
"weight": 1,
"attrs": {}
},
{
"edge": 0,
"node": 14295,
"weight": 1,
"attrs": {}
},
{
"edge":... | undirected | {
"default_attrs": {
"nodes": {
"weight": 1,
"NaN": null,
"attrs": {}
},
"edges": {
"weight": 1,
"attrs": {}
},
"incidences": {
"weight": 1,
"attrs": {}
}
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.