Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

replace np.NaN on datetime which is required as a verbatim affects the type of the dataframe #1343

Open RoxanaMariaNeagu opened 3 years ago

RoxanaMariaNeagu commented 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.