pandas データフレームにnullをセットする方法 2021年5月6日 nori 未分類 コメントを残す ‘?’をnullに置換したい場合 df = df.replace('?', np.nan) または df.replace('?', np.nan, inplace=True)