Data Visualization with Python
For this week’s homework assignment, I had to create a social network graph using Python. Creating the random graph worked smoothly and translating the nodes and edge data into pandas DataFrames was simple when following the given code. The only problem I ran into was that after typing it into PyCharm, it would not graph for me. It simply returned a ggplot object. After some troubleshooting, I figured out that I could save the plot as an image to see it. This was helpful, and I can definitely see myself using this in the future for visu alizing connections.