Description Usage Arguments Details Examples
Safe Left-Join for training/scoring data creation
1 2 3 4 5 6 7 |
lhs |
data; left-handed side for LEFT JOIN |
rhs |
data; right-handed side data for LEFT JOIN |
on |
character; join specification see |
rhs.prefix |
character; prefix for columns from the right |
stitch provides safe LEFT JOINS for building rectangularized tables, the kind used for modeling and other analyses.
Supports LEFT JOINS using on
, key
or a natural join
Preserves column ordering keeping LHS names on the left.
Handles column name collisions by auto prefixing the right-side
data
Preserves column ordering.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.