'corporate marketing communications',
'staff writer',
'news director',
'assistant vice president',
'media services',
'president corporate marketing',
'news editor',
'country manager',
'vice president',
'sales agent',
例如,我要删除与总统匹配的单词。有3个与总裁匹配的名字,我想全部删除。另外,我想删除多个内容,而不仅仅是总裁。数据集有很多需要清理的地方。我尝试使用re.search
,但在搜索单词后无法删除。