Удалить конкретный номер строки в пандах
data = data.drop(data.index[1])
Energetic Eagle
data = data.drop(data.index[1])