Open RoxanaMariaNeagu opened 3 years ago
the replacement is happening in _apply_oe_replacements and as it is now, dataset._data[col].replace(np.NaN, '', inplace=True) is changing the type of the data, making it an Object.
_apply_oe_replacements
dataset._data[col].replace(np.NaN, '', inplace=True)
the replacement is happening in
_apply_oe_replacements
and as it is now,dataset._data[col].replace(np.NaN, '', inplace=True)
is changing the type of the data, making it an Object.