Getting ready

We will use an example of wine quality dataset for this example. We will consider three attributes: alcohol, fixed acidity, and quality. Usually, the same attribute is plotted against different dimensions, such as geography or time, to compare the data distribution along these dimensions. Here, we are drawing box plots for three different attributes:

import matplotlib.pyplot as plt
import pandas as pd