Add sample data file: sample_edges.csv
Browse files- sample_edges.csv +21 -0
sample_edges.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
source_id,source_name,target_id,target_name,link_type,weight
|
| 2 |
+
ent_003,Christopher Nolan,ent_011,Oppenheimer,directed,1.0
|
| 3 |
+
ent_008,Florence Pugh,ent_011,Oppenheimer,acted_in,1.0
|
| 4 |
+
ent_018,Zendaya,ent_101,Dune Part Two,acted_in,1.0
|
| 5 |
+
ent_013,Pedro Pascal,ent_102,The Last of Us,acted_in,1.0
|
| 6 |
+
ent_003,Christopher Nolan,ent_001,The Shawshank Redemption,related_to,0.4
|
| 7 |
+
ent_011,Oppenheimer,ent_015,Warner Bros Discovery,distributed_by,0.95
|
| 8 |
+
ent_010,Netflix,ent_007,Severance,related_to,0.3
|
| 9 |
+
ent_103,Tim Cook,ent_104,Apple Inc,works_at,1.0
|
| 10 |
+
ent_105,Jensen Huang,ent_106,NVIDIA,founded,1.0
|
| 11 |
+
ent_004,Bitcoin,ent_107,Binance,traded_on,1.0
|
| 12 |
+
ent_009,Ethereum,ent_107,Binance,traded_on,1.0
|
| 13 |
+
ent_014,Solana,ent_108,Coinbase,traded_on,1.0
|
| 14 |
+
ent_109,Denis Villeneuve,ent_101,Dune Part Two,directed,1.0
|
| 15 |
+
ent_110,Timothee Chalamet,ent_101,Dune Part Two,acted_in,1.0
|
| 16 |
+
ent_005,A24,ent_006,Parasite,related_to,0.5
|
| 17 |
+
ent_111,Bong Joon-ho,ent_006,Parasite,directed,1.0
|
| 18 |
+
ent_112,Song Kang-ho,ent_006,Parasite,acted_in,1.0
|
| 19 |
+
ent_015,Warner Bros Discovery,ent_113,HBO,parent_of,1.0
|
| 20 |
+
ent_104,Apple Inc,ent_114,Apple TV Plus,parent_of,1.0
|
| 21 |
+
ent_106,NVIDIA,ent_115,Mellanox Technologies,parent_of,0.9
|