如何将行转换为列并将其值分组为pandas中的列标题?

时间:2019-12-08 09:13:39

标签: python excel pandas numpy

我有一个两列及其值的数据框,我需要将目标列值转换为列标题并匹配其中的各自水果值。

Fruits  Destination
--------------------
Apple   Target
Orange  Source
Pineapple   Source
Berry   Target
Grape   Flip
Guva    Transform
Raspberry   Flip
Chikoo  Transform

我需要输出

Target  Source  Flip    Transform
-----------------------------------
Apple   Orange  Raspberry   Chikoo
Berry   Pineapple   Grape   Guva

0 个答案:

没有答案