I have an output like this:
Vanuatu 22 10
Venezuela(Bolivarian Republic of) 32 10
Viet Nam 44 05
and I want something like this:
Vanuatu 22 10
Venezuela 32 10
Viet Nam 44 05
Imagine that I have a Data Frame too long, like 500 Indexes. How can I do to remove it from all in my DF?