如果数据帧的行中包含特定字符串,我必须删除它们。问题是该行很长并且包含文本。
循环不起作用,将索引放入列表中,然后在索引上使用 .drop 也不起作用。
column1 8 8 8 8 total <-------- This must be deleted 8 8 8 8 8 ...
谢谢
python numpy python-2.7 pandas
numpy ×1
pandas ×1
python ×1
python-2.7 ×1