Closed sbrugman closed 5 years ago
Current implementation fails to correctly convert types with missing values:
int_string_nan_series = pd.Series(["1.0", "2.0", np.nan])
Current implementation fails to correctly convert types with missing values: