You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().