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? |
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.
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)
All reactions