Fastest Way to Drop Duplicated Index in a Pandas DataFrame [duplicate] July 28, 2023 by Tarik Simply: DF.groupby(DF.index).first()