回答編集履歴
1
test
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
条件に応じて`pd.DataFrame`の値を置換するのには`np.where()`が便利です。
|
2
|
+
|
3
|
+
[numpy.where — NumPy Manual](https://numpy.org/doc/stable/reference/generated/numpy.where.html)
|
4
|
+
|
5
|
+
[NumPyで条件に応じた処理を行うnp.whereの使い方 | note.nkmk.me](https://note.nkmk.me/python-numpy-where/)
|
6
|
+
|
7
|
+
|
8
|
+
|
1
9
|
```python
|
2
10
|
|
3
11
|
import io
|