Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
736 views
in Technique[技术] by (71.8m points)

join - Subset unmatched data exist in dataset 1, but not dataset 2

I am looking for a way to get unmatched data in dataset1, (which does not exist in dataset2). I would like to see the data that are not in the data made by inner_join code, but only in dataset1. anti_join coding seems that I can only scoop the data in both of the datasets. Is there any way to filter the data only in dataset1?

question from:https://stackoverflow.com/questions/65617450/subset-unmatched-data-exist-in-dataset-1-but-not-dataset-2

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...