Masam var x
:
website
0 http://www.google.com/
1 http://www.yahoo.com
2 None
Python Yok'u pandalar NaN ile değiştirmek istiyorum. Denedim:
x.replace(to_replace=None, value=np.nan)
Ama bende:
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'
Nasıl devam etmeliyim?
df['column'].replace(nan, "", inplace=True)
Hiçbirinin boş dize olmasını istediğinizi söyleyebilirsiniz.