{"id":599,"date":"2026-04-03T11:21:39","date_gmt":"2026-04-03T15:21:39","guid":{"rendered":"http:\/\/stephendavies.org\/data420\/?p=599"},"modified":"2026-04-03T11:22:27","modified_gmt":"2026-04-03T15:22:27","slug":"class-graph-data-posted","status":"publish","type":"post","link":"http:\/\/stephendavies.org\/data420\/index.php\/2026\/04\/03\/class-graph-data-posted\/","title":{"rendered":"Class graph data posted"},"content":{"rendered":"<p>I&#8217;ve posted the raw data for the class graph in two edge lists:<\/p>\n<ul>\n<li><tt>class_graph.csv<\/tt> &mdash; the original &#8220;people whose names you remember&#8221; graph<\/li>\n<li><tt>class_graph_less_dense.csv<\/tt> &mdash; the second &#8220;people you&#8217;ve had a conversation with&#8221; graph<\/li>\n<\/ul>\n<p>Each one of them contains rows with two comma-separated entries: the rememberer, and the remembered.<\/p>\n<p><tt>networkx<\/tt> can load such a <tt>.csv<\/tt> file into a graph via:<\/p>\n<pre>\r\ng = nx.read_edgelist(\"name-of-file.csv\", delimiter=\",\")\r\n<\/pre>\n<p>as illustrated in the <tt>class_graph.py<\/tt> file I also pushed.<br \/>\n<a style=\"display:block;text-align:center;\" href=\"class_graph.svg\"><br \/>\n  <img decoding=\"async\" src=\"class_graph.svg\" style=\"width:600px;\" \/><br \/>\n<\/a><br \/>\nHave fun!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve posted the raw data for the class graph in two edge lists: class_graph.csv &mdash; the original &#8220;people whose names you remember&#8221; graph class_graph_less_dense.csv &mdash; the second &#8220;people you&#8217;ve had a conversation with&#8221; graph Each one of them contains rows with two comma-separated entries: the rememberer, and the remembered. networkx can load such a .csv [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[1],"tags":[],"class_list":["post-599","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/posts\/599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/comments?post=599"}],"version-history":[{"count":4,"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/posts\/599\/revisions"}],"predecessor-version":[{"id":603,"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/posts\/599\/revisions\/603"}],"wp:attachment":[{"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/media?parent=599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/categories?post=599"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/stephendavies.org\/data420\/index.php\/wp-json\/wp\/v2\/tags?post=599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}