score:0

answered my own question. just needed to convert the array to strings using .astype(str). so like this: np.append(np.zeros(39) + np.nan, array_of_numbers).astype(str)


Related Query

More Query from same tag