This is Korean basketball player's stats in 2011.
I need the list of players who have more than 55% of 2-point shot percentage. So I made a code like this and it doesn't work
it gives me this error
ValueError from pandas\core\generic.py in nonzero(self)
The truth value of a Series is ambiguous. Usse a.empty(), a.bool(), a.item(), a.any() or a.all().