I am using the NumPy array to store the string. However, I want to delete the index from 0 to n in the string. I tried multiple approaches but did not get the proper result. Can anyone help me with this?
for eg, if the length of the string is 1929 and want to delete index 1 to 1000 from the string.
arr=np.array([])
print(type(arr))
Can anyone help me with this?