这里是多层索引,我想获取顶层一级索引
使用df.index 获取的是
```go print(file_output4_2_new) print(file_output4_2_new.index)
```
你这个是groupby过,还是dropna后的结果。