### box-cox method
from scipy import stats
stats.boxcox(datamart[column])
ValueError: Data must be positive