Dari string ke flaot python numpy
float_array = string_array.astype(np.float)
HotFlow
float_array = string_array.astype(np.float)