It is a txt file with 99255 numbers in a row.
This is some example of txt file :
-0.640157
-0.556037
-0.692255
-0.553077
-0.932098
-0.749993
-0.713643
-0.838611
-0.734945
-0.837929
.
.
.
I want to load these numbers in float type and assign them in np.array form.
Please help. Thank you.