Split by Attribute
- properties.split
Input:
- a – Property-Holder
- b – Property-Holder
- key – String
Output:
- only_in_a – Property-Holder
- a_in_b – Property-Holder
- b_in_a – Property-Holder
- only_in_b – Property-Holder
Divides the two data sets into data that occurs only in the first data set, data that occurs only in the second data set, and data that occurs in both data sets.