I have a float column in my dataset and it has missing values in some rows. If I fill them with mean or something similar, won't i loose the info about its being missed? Isn't it important info that the column in that row is missing?
If yes, then how do I save this information and avoid ml models to give errors because of the missing column at the same time?