Hi,
when trying to convert values like String to Double and there is an invalid value, an error is thrown. Maybe change this behaviour to convert invalid values to NA or null, or add functions that have different behaviours like toDoubleOrNull() or toDoubleOrNa().
Thanks!