This is how I drop rows based on given index_value.
index_value
df_new = df.drop(df.index[index_value])
If I want to drop all the rows other