Quick way to truncate column content? #2229
-
I found a way to truncate column content: Say, you want to truncate the current column to 10 chars. For this, do:
It works, but is there a more direct method to do so? |
Beta Was this translation helpful? Give feedback.
Answered by
anjakefala
Jan 4, 2024
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
halloleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gs
g=
and then typeColumnName[:10]
seems to also do the trick!