get alias by attribute of model used for validation after initialization #1445
Unanswered
Corporate-Fabian
asked this question in
Q&A
Replies: 1 comment 1 reply
-
is it that you want dynamically assign checks to your dataframe? |
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
-
I have a few models with similar columns (named with a shared prefix). Later on I want to do things with those special columns. When I do this for a specific model I can identify the columns like this:
How, if possible, can I achieve the above but in a dynamic manner for already initialized / validated instances? Ex. in the example above, how would I do this if I only had the initialized df? (edited)
Beta Was this translation helpful? Give feedback.
All reactions