I am working in Scala programming language. I want to nullify the entire column of data frame.
If that is not possible, then I at least want to put an empty string
What is the efficient way to do any of the above two?
Note: I don't want to add new column but I want to do manipulation on an existing column
Thanks