Code crashes in scaling when features have always the same value
Some of the scaling options such as minmax and std require devising by values determined by feature values. In some cases these can be zero. In such cases the could should gracefully crash with a helpful error message instead of a division by zero python error.