I\'ve got a table of clients (coper) and asset allocation (asset)
A = [[1,2],[3,4],[5,6]] idx = [\'coper1\',\'coper2\',\'coper3\'] cols = [\'asset1\',\'asset
Looks like "optional argument keep_index to dataframe melt method" got into release 1.1: https://github.com/pandas-dev/pandas/issues/17440