I\'m looking for a way to convert numbers to string format, dropping any redundant \'.0\'
The input data is a mix of floats and strings. Desired output:
0
Us the 0 prcision and add a period if you want one. EG "%.0f."
>>> print "%.0f."%1.0 1. >>>