Replies: 1 comment
-
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.
-
Hi,
I have the following dataframe, I want to lowerize the
text
columnbut for some reason, when I try to apply on it:
I get the error:
TypeError: x.toLowerCase is not a function
, when Iconsole.log(x)
I see also numbers/How can I lowerize one column?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions