I look for this information everywhere but no luck so far. Is it even possible? I read in a old post it might be a NumPy bug, but has it been fixed?
I used zfill(2) successfully for other Python applications not related with NumPy, but when I tried it with my array, it said "numpy.float64 object has no attribute 'zfill'". Any ideas how to change to 2 decimals in a NumPy array that is type numpy.float64 in Python? I am trying to show rates in my array and having so many decimals makes no sense.