I created this ego_graph, and the nodes are the list of phone number.
plt.figure(figsize=(18,18)) ego_g = nx.ego_graph(G_A_NUMBER, hub) d = dict(ego_g.degree)