-
test = 'abc' will create a column named 'test', but how to create a column named 'abc'? |
Beta Was this translation helpful? Give feedback.
Answered by
cpcloud
Mar 6, 2024
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lostmygithubaccount
-
Let's keep discussions open if they have an answer. |
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
mutate(**{test: lit(1)})