Does anyone know how to transpose the columns in Spark -scala ? 
This is how I want to unpivot the table  :
How to unpivot the table based on the multiple columns


| 
| 
| 
|  |  |

 |

 |
| 
|  | 
How to unpivot the table based on the multiple columns

I am using Scala and Spark to unpivot a table which looks like as below: 
+---+----------+-----+---------+-----...
 |

 |

 |




Reply via email to