How can I subtract two Data frames? i have two data frame, A and B. i want to subtract them (A-B). In such a way that the rows of B that are in A delete from A. for more explain: i want to delete the the rows of A Which are repeated in B. for example:
then i need a function to do A-B and give following result:
do you know this function or method in pandas?!