the first dataset has project id, country, start year, end year and the other has country, institution variable over a range of years
I want to merge the first with the second such that it shows project id, country, and average institituion value between the start and end date.
I have tried using merge but it's not working.
I want to merge the first with the second such that it shows project id, country, and average institituion value between the start and end date.
I have tried using merge but it's not working.

Comment