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?
main
main1
main2
No comments:
Post a Comment