remove_at方法

remove_at

删除此集合中指定索引(位置)处的行项目。

def remove_at(self, index):
    ...
范围类型描述
indexint此集合中现有行项目的从零开始的索引(位置,而不是 Row.index)。

也可以看看