Update got.py
Browse files
got.py
CHANGED
@@ -10,7 +10,7 @@ def got_func(physics):
|
|
10 |
|
11 |
# set the physics layout of the network
|
12 |
got_net.barnes_hut()
|
13 |
-
got_data = pd.read_csv("
|
14 |
#got_data = pd.read_csv("stormofswords.csv")
|
15 |
#got_data.rename(index={0: "Source", 1: "Target", 2: "Weight"})
|
16 |
sources = got_data['Source']
|
|
|
10 |
|
11 |
# set the physics layout of the network
|
12 |
got_net.barnes_hut()
|
13 |
+
got_data = pd.read_csv("stormofswords.csv")
|
14 |
#got_data = pd.read_csv("stormofswords.csv")
|
15 |
#got_data.rename(index={0: "Source", 1: "Target", 2: "Weight"})
|
16 |
sources = got_data['Source']
|