Adding additional attributes at pa.Field() level #1102
Unanswered
NeerajMalhotra-QB
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @NeerajMalhotra-QB take a look at this issue: #1029 It should address your question. Currently no one's working on it but would welcome a PR contribution! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Question about pandera
I need to add some kind of tagging to each field to tie it with use case. For e.g.
and then generate a list of fields required for a given use case. For e.g.
generate_mapping(usecase: "usecaseA")
which should give a dictionary obj as
Is it possible to tag the fields because
**kwargs
anddtypes_kwargs
don't allow any additional parameters be passed they are registeredcheck
functions.Beta Was this translation helpful? Give feedback.
All reactions