Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding left and right joins. #17

Merged
merged 4 commits into from
Jun 2, 2016
Merged

Adding left and right joins. #17

merged 4 commits into from
Jun 2, 2016

Conversation

tcoupland
Copy link
Contributor

Added specific left and right join fns, and made a default join that is
right join (to match incanter). There is also an optional way to for
callers to supply what they want empty cell values to be.

Added specific left and right join fns, and made a default join that is
right join (to match incanter). There is also an optional way to for
callers to supply what they want empty cell values to be.
(wds/join ds1 ds3 [:a])))
(is
(= (d [:a :x :y :b] [[1 8 9 2]])
(wds/join ds4 ds1 [:a])))))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it worth testing with multiple keys in the join?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the larger test does do this, joins by [:b :c].

@otfrom
Copy link
Member

otfrom commented Jun 2, 2016

:shipit:

@tcoupland tcoupland merged commit 269cf74 into master Jun 2, 2016
@tcoupland tcoupland deleted the join-fixing branch June 2, 2016 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants