r – Assign similar company names to same group id
I merged to datasets (dt, dt2) based on the exact match between company names in order to assign group_id to the second dataset (dt2). Now, I would like to fill the empty values of group_id with the ones from the same company (different branches) but having different names. I constructed the data using this merge … Read more