EnricoMi commented on PR #36150: URL: https://github.com/apache/spark/pull/36150#issuecomment-1097132010
You refer to PySpark Pandas `DataFrame.stack`? Looks like this is like melt without any id or variable columns, but with the difference that the variable names move into the index to form a multi-indexed DataFrame. I could not find an equivalent in Scala, though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
