I'm actually working with the Pima dataset found on Kaggle.
Can I mean impute? Half of the data has all attributes and the other half has missing values type MCAR.
An online source said that mean imputing is recommended for MCAR but since this dataset would fill in so many values, I wonder if that would include bias.
Thank you.