I want to remove non-numeric data from numerical data. My dataframe has 720000 rows and 11 columns and there is one column which has this type of data
id1080784
id0889885
id0857912
id3744273
id0232939 .....
I want to remove the 'id' word from all of these rows. Please share your suggestions in Python only.
Thanks!