回答編集履歴

1

2020/08/26 04:34

投稿

kirara0048
kirara0048

スコア1399

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