📜  reset_index pandas - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:57.103000             🧑  作者: Mango
代码示例4
In [194]: df.reset_index(drop=True)
Out[194]:
_worker_id foo
0 A 1
1 B 2
2 C 3