I have a column Apps
in dataframe dframe
that looks like this:
Apps
1 31
2 12
3 10
4 33
5 -
I need the column to be type int instead of String so I need to convert the 5th row to a 0.
Apps
1 31
2 12
3 10
4 33
5 0