I need to do something like:
var myTotal = myFrame.Sum();
However, the values are string types, and I get an error. How to convert frame values to double type?
I use only 3 decimal places "0.000", is there anything more practical than double that Deedle can handle ?
source
share