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

Advanced key join use case #1041

Open
astrofrog opened this issue Jul 20, 2016 · 1 comment
Open

Advanced key join use case #1041

astrofrog opened this issue Jul 20, 2016 · 1 comment

Comments

@astrofrog
Copy link
Member

astrofrog commented Jul 20, 2016

Here is a use case discussed today in the context of OIFITS data (but would also be valid for UVFITS). We have a table of telescopes:

ID  Name
1   Telescope1
2   Telescope2
3   Telescope3

and then a list of points which each are associated with two telescopes:

ID1 ID2 Data
1   2   4.5
1   3   5.5
2   3   2.2

When selecting a row in the second table, it would be great to select all items in the first table that have a matching ID. I think this could probably be done with some advanced version of join_on_key.

@astrofrog
Copy link
Member Author

I've added support for this in #974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant