%matplotlib inline import pandas as pd import networkx as nx # Ignore ... g = nx.from_pandas_dataframe(df, source='name', target='club') nx.draw(g).
確定! 回上一頁