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
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.
-
Dear community
When defining a Schema, how would you specify a column whose name contains spaces?
The proposed way of defining class attributes does not work, as python is not allowing spaces in variable names.
Is there another way?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions