我在pd数据框中有文本,希望清除标点符号。到目前为止,我使用了这种简单的方法
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<input type="number" class="duplicate" value="1" min="1" max="5">
<div class="wrap">
<div class="target">
<h2>Target</h2>
</div>
</div>
但这根本不方便,您不能替换具有特殊含义的字符,例如'或\,以及上述所有字符的组合。
我考虑过使用正则表达式,但是由于我的文本在Datafarame中,因此出现错误“预期的字符串或字节(如对象)”
预先感谢