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

[Feature]: Create a spectral join function which allows left right inner or other joins between two spectral datasets #170

Open
1 task done
wincowgerDEV opened this issue Mar 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wincowgerDEV
Copy link
Owner

Guidelines

  • I agree to follow this project's Contributing Guidelines.

Description

I think having different ways to join spectra besides just c_spec would be really nice.

Problem

C_spec is basically an rbind. We don't currently have a way to do anything like an inner or outer join based on metadata fields. Would want to avoid duplication.

Proposed Solution

Not sure the best way to do this yet, still conceptual.

Alternatives Considered

People can find index values needed and pass through filter_spec and c_spec to do something similar.

@wincowgerDEV wincowgerDEV added the enhancement New feature or request label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant