How to access another column in a custom check? #1393
Unanswered
tturnerswdev33
asked this question in
Q&A
Replies: 1 comment 2 replies
|
You can use wide checks, see here: https://pandera.readthedocs.io/en/stable/checks.html#wide-checks |
2 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 figured out how to create and call a custom check function, but I need to check what value is set in another column inside the custom check. So how do I pass a different column into the custom check (or access a different column inside there)?
All reactions