you can drop just by writing this where df is your DataFrame and in index write the index of the row you want to drop df.drop(index=0)
df.drop(index=0)