ieaves / tenzing

MIT License
0 stars 0 forks source link

Inference of subtypes #29

Closed sbrugman closed 5 years ago

sbrugman commented 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])
sbrugman commented 5 years ago

45