I have dataset A and B 
A['colA'] = [1,2,3,4,5]
B['colA']= [1,2,3]
I want to drop all A['colA']'s 4,5 because it does not exist in dataframe B 
I have dataset A and B 
A['colA'] = [1,2,3,4,5]
B['colA']= [1,2,3]
I want to drop all A['colA']'s 4,5 because it does not exist in dataframe B