Verifique se pode converter para flutuar python
try:
float(element)
except ValueError:
print "Not a float"
Cozy Dev
try:
float(element)
except ValueError:
print "Not a float"