回答編集履歴
1
誤字を修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
``Python
|
1
|
+
```Python
|
2
2
|
|
3
3
|
df.loc[df['area'] == 'A', 'lap_A'] = df['lap']
|
4
4
|
|