【发布时间】:2017-12-24 19:31:22
【问题描述】:
我有一个包含 3 列的数据框:
df
A B C
round1 test1 testing1
round1 test1 testing2
round1 test1 testing3
round1 test1 testing4
round1 test1 testing5
round2 test2 testing1
round2 test2 testing2
round2 test2 testing3
round2 test2 testing4
round2 test2 testing5
.
.
.
.
.
round100 test30 testing30
round100 test30 testing31
如何删除B和C列字符串中数值匹配的行?
【问题讨论】: