I have a column with the following type of values:
I have to define a function that convert column Diameter in float and manage that kind of exception. In particular:
- when is 42x54 then make the operation: sqrt(42^2+54^2)
- when is Steel then return a NaN value
