How to add + sign to ids which were generated by np.arange(len(web))
Asked
Active
Viewed 150 times
-1
-
You need to convert them to strings if you want to concatenate a string to them. – Barmar Nov 18 '21 at 18:09
-
See https://stackoverflow.com/questions/9958846/converting-int-arrays-to-string-arrays-in-numpy-without-truncation for how to convert it to a string array. – Barmar Nov 18 '21 at 18:10