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

Get full list of columns in check column of VerificationResult.checkResultsAsDataFrame. #181

Open
gracemiguel opened this issue Dec 20, 2023 · 0 comments
Labels
question Further information is requested

Comments

@gracemiguel
Copy link

Is your feature request related to a problem? Please describe.
Hello, is there a way to get a full list of columns in the constraint column of the checkResultsAsDataFrame dataframe? I am trying to join the VerificationResult.checkResultsAsDataFrame with VerificationResult.successMetricsAsDataFrame but it is impossible unless I can get a full list of the columns used for each constraint in checkResultsAsDataFrame. If there is a multicolumn constraint, the check value is Stream(column1, ?) so I can't see all the columns. This is very frustrating because I need all the values from both dataframes to give the best results on my project. I have attached a photo showing the stream example.

Describe the solution you'd like

The most ideal solution would be a dataframe with the all the columns from both successMetrics and checkResults. If that can't be done, if you could allow a full list of column names in the constraint column instead of stream, I think I can manipulate it to join.

image

.

@chenliu0831 chenliu0831 added the question Further information is requested label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants