TypeError:在使用replace()

时间:2019-06-03 09:36:38

标签: python python-3.x

我已经写了一个代码,它替换了数据框架下列中的“ PO BOX”一词。我正在使用python 3.7.2。

file = file["Address"].replace("PO BOX","")]

以上代码将需要用''替换所有字符串值'PO BOX'。但是在运行此程序时,出现了以下错误,我无法识别。

TypeError: Type aliases cannot be used with isinstance().

0 个答案:

没有答案