I have a main dataframe called main
and a subset of this dataframe called
main1
. I
want to create a dataframe main2
which is includes everything
in main
which is not main1
. How
would I do this?
No comments:
Post a Comment