Why is my number of rows getting reduced when applying Standard Scaler?
I’m applying StandardScaler() to standardize my dataset. But the resultant standardized dataset has fewer rows than the original dataset. Why is this happening? I want to retain the original number of rows after standardization.