📜  删除重复索引 pandas - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:25.338000             🧑  作者: Mango

代码示例4
df = df.drop_duplicates(subset = ["b"])