I understand that in order to pretty print things like discriminated unions in Deedle, you have to override ToString()
. But what about built in types, like float
?
Specifically, I want floats in one column to be displayed as percentages, or at the very least, to not have a million digits past the decimal.
Is there a way to do this?