Convert multicolumn dataframe to and from a bi-indexed (row_id, column_id, value) dataframe, neccesary for SQL storage

前端 未结 0 578
难免孤独
难免孤独 2021-01-11 22:03

The title should be clear, a dataframe like (row_id, value_column1, .., value_columnN) should be converted to and from a (row_id, column_id, value) dataframe. As efficiently

相关标签:
回答
  • 消灭零回复
提交回复
热议问题