In this question I was told how to print a dataframe using zeppelin's z.show command. This works well except for 'WrappedArray' appearing in the lemma column:
I have tried this:
z.show(dfLemma.select(concat_ws(",", $"lemma")))
but it just gave me a list of words, not nicely formatted and I also want the racist column in my output. Any help is much appreciated.