JoinLink¶
- class glue.core.link_helpers.JoinLink(*args, cids1=None, cids2=None, data1=None, data2=None)[source]¶
Bases:
LinkCollection
Attributes Summary
Attributes Documentation
- cid_independent = False¶
- description = "Join two datasets on a common ID. Other links in glue connect data columns (two datasets have 'age' columns but the rows are different objects), while Join on ID connects the same rows/items across two datasets."¶
- display = 'Join on ID'¶
- labels1 = ['Identifier in dataset 1']¶
- labels2 = ['Identifier in dataset 2']¶