I need to perform something like:
var myTotal = myFrame.Sum();
However, the values are string type and I get an error. How could I convert the values of the frame to a double type?
I'm using only 3 decimals "0.000", is there anything more practical than double that Deedle can handle?