[pandas] DataFrame의 0을 NaN으로 변경하는 방법

2018. 3. 29. 12:09Machine Learning

df = df.replace(0, np.NaN)

 

반응형