回答編集履歴
1
修正
test
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
```Python
|
2
2
|
|
3
3
|
df = df.set_index(['IDs', 'Time'])
|
4
|
-
|
5
|
-
df.sort_index(inplace=True)
|
6
4
|
|
7
5
|
df = df.unstack()
|
8
6
|
|