Displaying 1 result from an estimated 1 matches for "dataframe_a".
2012 Sep 24
2
Rows not common in dataframes
Hi,
I have two dataframes (Dataframe_A, Dataframe_B) with the same no. of
columns. The first column of both the dataframes contains unique names.
I wish to have Dataframe_A with the rows that are NOT common to
Dataframe_B.
With merge (), it is possible to get the common rows or to merge rows, but
I am not quite sure how to do it in a s...