how to remove a row in a dataframe in python code example Example: delete a row in pandas dataframe df.drop(df.index[2])