There is a column batch in dataframe. It has values like '9%','$5', etc.
I need use regex_replace in a way that it removes the special characters from the above example and keep just the numeric part.
Examples like 9 and 5 replacing 9% and $5 respectively in the same column.