hypothesis testing in Models based API #1146
Unanswered
wankoelias
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was wondering if it is possible to use hypothesis testing in the
pa.DataFrameModel
based API. I didn't find anything documented but figured it might be possible somehow using@pa.check
.Anway, the only way managed to make it work is by converting the Model with
.to_schema()
and appending the hypothesis to the respective columns checks list afterwards. This feels a bit hacky... is this the intended way?Beta Was this translation helpful? Give feedback.
All reactions