Dari string ke flaot python numpy

float_array = string_array.astype(np.float)
HotFlow