Conditional Checks that span across Multiple Columns #1515
Unanswered
karlfiehler64
asked this question in
Q&A
Replies: 1 comment
-
See wide checks. You basically have access to the entire dataframe in the check function, as long as that function returns an index-aligned boolean series (or just a scalar boolean if you don't want granular error reporting), pandera should be able to handle it |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'd like to check logical statements such as "If column A has value X, then column B must have one of the values from the list Y" using pandera but I just cant seem to figure it out.
How can I approach this?
Beta Was this translation helpful? Give feedback.
All reactions