Use python to create two social network graph of American airport.
First, choose the EWR airport as the original airport( in Colum H), create a network from EWR to all distinction (in Colum K), every airport is a node, the edge weight is the times two airports are connected. Create the network by showing the Analyzing Graph, just like this:
Second, choose LAX airport as the original airport( in Colum H), create a network from LAX to all distinction (in Colum K), every airport is a node, the edge weight is the times two airports are connected. Create the network by showing the Analyzing Graph.