Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下数据框:
user.id retweets.users 11122 2343345, 240449,47539 23443 465839 12343 [] 43979 274639, 364838
我需要创建这种类型的边缘列表:
user.id retweet 11122 2343345 11122 2404449 11122 47539 23443 465839 ....
使用 NetworkX 创建有向图