【发布时间】:2012-09-17 20:30:30
【问题描述】:
我有一个数据框:
Form nr Element Type Text Options
1 Name1 select text1 op1
1 Name1 select text op2
1 Name1 select text op3
1 Name2 input text2 NaN
2 Name1 input text2 NaN
有没有办法像这样增加“嵌套”层次索引:
Form nr Element Type Text Options
1 Name1 select text1 op1
op2
op3
Name2 input text2 NaN
2 Name1 input text2 NaN
【问题讨论】: