Changing the dataset to float32 or to float16, is this changing the "true" value of my data?
Example, I have the value 3.6, when I read with python in float64 it remains 3.6, but changing to float32 it becomes 3.5999999046325684, according to IEEE 754. Performing direct data conversion to some kind of float, isn't it changing the real database?