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 getter methods to multi-table DiagnosticReport #216

Closed
katxiao opened this issue Sep 7, 2022 · 0 comments · Fixed by #240
Closed

Add getter methods to multi-table DiagnosticReport #216

katxiao opened this issue Sep 7, 2022 · 0 comments · Fixed by #240
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@katxiao
Copy link
Contributor

katxiao commented Sep 7, 2022

Problem Description

Add getter methods to single-table DiagnosticReport

get_results(): retrieve the overall diagnostic results
get_properties(): retrieve each property that the report evaluated
get_details(property_name, table_name): get more details about a particular property

Expected behavior

report.get_details(property_name='Synthesis', table_name='users')
Table     Metric                  Score
users     SyntheticUniqueness     0.488811
@katxiao katxiao added the feature request Request for a new feature label Sep 7, 2022
@katxiao katxiao self-assigned this Oct 6, 2022
@katxiao katxiao closed this as completed Oct 6, 2022
@katxiao katxiao added this to the 0.8.0 milestone Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant