-
|
Dear community When defining a Schema, how would you specify a column whose name contains spaces? Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
borchero
Jul 17, 2025
Replies: 1 comment
-
|
You can always define an class MySchema(dy.Schema):
my_python_identifier = dy.Int64(alias="the actual identifier with spaces") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
borchero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can always define an
alias, i.e.