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

feat: Table Segmentation #24

Open
subhankarb opened this issue Aug 8, 2023 · 0 comments
Open

feat: Table Segmentation #24

subhankarb opened this issue Aug 8, 2023 · 0 comments
Labels
⚡️enhancement New feature or request

Comments

@subhankarb
Copy link
Contributor

Tell us about the problem you're trying to solve

As a user, I want to generate metrics for different table segments.
For example, a table with one categorical column named C1 has values V1, V2, and V3. We want to get all the auto-metrics for the 3 sets of values.

Describe the solution you’d like

We need to provide configuration to the inspect class to generate segments.

tables:
  table:
    segments:
      - name: n1
        where: c1 == v1
@subhankarb subhankarb added the ⚡️enhancement New feature or request label Aug 8, 2023
@subhankarb subhankarb changed the title [FEATURE] Table Segmentation feat: Table Segmentation Aug 16, 2023
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