Part 1
Similar to this question but i have a range of colums named A - J all of which have hyphens in place of NaN on Series with numeric values (see example below). How do I replace all of them rather than go through each column at a time as demonstrated in that answer.
Sample column A
1000
2000
3000
-
1000
Part 2
Is there a way to use regex to remove all '-', ',' , '.' from a dataframe?