The first example in the repo and the validation report table #97
-
Hi, In the github readme we have this first example If run it in ipython I have the source data table, I do not have the validation report table.
How to have the validation report table? Wouldn't it be better to modify the code of the examples so that they return the validation report table? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
rich-iannone
Mar 18, 2025
Replies: 1 comment 2 replies
-
Sorry you ran into this problem. I'll mention that in the REPL you have to do this: validation.get_tabular_report().show() Could you try that yourself just so I can be sure it works for you as well? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@aborruso
Sorry you ran into this problem. I'll mention that in the REPL you have to do this:
Could you try that yourself just so I can be sure it works for you as well?