My data is similar to the following one
comp_name perm_id
GM Global Technologies Operations LLC 16002
GM Global Technologies Operations, Inc. NA
International Business Machines Corporation (IBM) 87001
International Business Machines Corp (IBM) NA
In sum, I may have similar comp_name
strings, though one (or more than one) of them is with missing perm_id
s. I want to fill these NAs
using the strings with filled perm_id
s. Kindly note that the data is larger than 400k rows.