Is it possible to rename columns from their alias to the defined attribute name? #1137
Unanswered
Midnighter
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I am also interested in this functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, this functionality is not supported, and I'm not sure if it makes sense to support it. Can either of you sketch out example code of how you'd like this to work? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As an example, if I have a model like
As a resulting table or when writing to file, I would like the column header to be "sample" rather than "weird %$$ name". I can, of course, get the column names from the class and rename the columns myself but I was wondering if there is a quick way native to pandera on how to do this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions