Tôi có bảng x
:
website
0 http://www.google.com/
1 http://www.yahoo.com
2 None
Tôi muốn thay thế python Không bằng gấu trúc NaN. Tôi đã thử:
x.replace(to_replace=None, value=np.nan)
Nhưng tôi nhận được:
TypeError: 'regex' must be a string or a compiled regular expression or a list or dict of strings or regular expressions, you passed a 'bool'
Làm thế nào tôi nên đi về nó?
df['column'].replace(nan, "", inplace=True)
nếu nói rằng bạn muốn Không có là chuỗi trống.