I have two data frames.
first contains id, inUse, otherId
second contains id, otherId.
Now I want to get the otherId which is present in second df and inUse col of it is true.
I have tried using subtract, exceptall. But I could not get the records.
is it possible to do this task with the help of for loop ?
New contributor
Sanjay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.