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

Add Set Building from Pair #11783

Open
jdunkerley opened this issue Dec 5, 2024 · 0 comments
Open

Add Set Building from Pair #11783

jdunkerley opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
-libs Libraries: New libraries to be implemented x-new-feature Type: new feature request

Comments

@jdunkerley
Copy link
Member

Given two columns of data A, B want to be able to construct sets where each pair defines a membership using transitive equality.

E.g.

A,B
B,C
B,D
E,F
E,G
G,H

Becomes:

A: A,B,C,D
E: F,G,H

Result should be a members value as the name (e.g. A and E in example above).

Adds a single column.

Table.add_set_from_pairs
    first:Column
    second:Column
    as:Text="Set"
    -> Table
@github-project-automation github-project-automation bot moved this to ❓New in Issues Board Dec 5, 2024
@jdunkerley jdunkerley added -libs Libraries: New libraries to be implemented x-new-feature Type: new feature request labels Dec 5, 2024
@GregoryTravis GregoryTravis self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-libs Libraries: New libraries to be implemented x-new-feature Type: new feature request
Projects
Status: New
Development

No branches or pull requests

2 participants