remove_at方法

remove_at(index)

删除系列索引处的点..

def remove_at(self, index):
    ...
范围类型描述
indexint点的索引。

也可以看看