Introduction
Log transformation helps to make data less skewed and more normal. This makes it easier to analyze and understand.
When your data has very large values and a long tail on the right side.
When you want to reduce the effect of extreme values in your data.
When preparing data for models that assume normal distribution.
When visualizing data that is heavily skewed to make patterns clearer.