Hello, I am trying to transpose some data using groupBy pivot aggr as mentioned in this blog https://databricks.com/blog/2016/02/09/reshaping-data-with-pivot-in-apache-spark.html
But this works only for numerical data. Any hints for doing the same thing for non numerical data ? -- Sincerely, Darshan