When retrieving officer/director education data using the TR.ODOfficer* field family through the lseg.data Python library, the returned dataset contains rows with education information (e.g., university, degree) that are not associated with any officer identifier (e.g., missing TR.ODPersonPermID, TR.ODOfficerPermID, and name fields).
This results in misaligned records, where additional education entries appear as separate rows with missing identifiers, making it impossible to reliably associate them with the correct individual. And, additional education records for one person, get instead put in the row of the next director or officer, misaligning all the rows to follow
Here is the code:
We also tried in CODEBK and it has the same issue. Can we assist on this?