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

Client-side aggregation of datasets #590

Open
trevorgokey opened this issue Apr 30, 2020 · 0 comments
Open

Client-side aggregation of datasets #590

trevorgokey opened this issue Apr 30, 2020 · 0 comments

Comments

@trevorgokey
Copy link

trevorgokey commented Apr 30, 2020

Is your feature request related to a problem? Please describe.
As the number of datasets increase, with many containing the same records, it would be convenient for a way to transparently deduplicate records across multiple datasets.

Describe the solution you'd like
Essentially, something that will aggregate datasets for the client. Something along the lines of
aggregate_ds = ds1 + ds2 + ds3
or
aggregate_ds = client.get_collection(["ds1","ds2","ds3"], "torsiondrivedataset")

Describe alternatives you've considered
Right now, a pairwise comparison of record IDs for equality can solve this, but it would be great to make this more transparent.

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

No branches or pull requests

1 participant