标签: python python-3.x
当我尝试使用re包运行代码时,pycharm引发错误:TypeError:预期的字符串或类似字节的对象 我使用的代码是:
train = re.sub('[^a-zA-Z)]','', DF)