I have a dataset of albums from 60s to 2010s and my goal is a network to visualize the influences beteen albums over the years. I want to create an adjacency matrix based on two variables conditions: genre and release date. Genre is character and my idea was: x is influenced by y, if (x,y) = have at least 1 word in common in the genre column and x is following y in date of release.
That's my first question here, so probably is not in the right format. Anyway every suggest would be helpful for me. Thanks