Dear all,
I have a dataset from BoardEx which contains data in the following format:
Company-ID | Director-ID | start date | end date
I want to ultimately create a variable which contains magnitude of board turnover, for which I will need to transform this data into firm-year observations like so:
Company-ID | Year | # outgoing directors | # incoming directors
How would I go about transforming the existing dataset into the new format?
Thanks in advance!
I have a dataset from BoardEx which contains data in the following format:
Company-ID | Director-ID | start date | end date
I want to ultimately create a variable which contains magnitude of board turnover, for which I will need to transform this data into firm-year observations like so:
Company-ID | Year | # outgoing directors | # incoming directors
How would I go about transforming the existing dataset into the new format?
Thanks in advance!

Comment