I have a second file where interactions of these nodes are present named interactions.csv. the rows
indicate the id's while there are around 10 different columns having different score.
1) I want to search the node's.csv file in the interactions.csv file one by one and extract the results seperately
for the 627 id's. So that for each id, i get the interactions its showing seperately.
2) Also after getting the results, i would like to add up the scores of the 13th column for each id.