a = c(50, 70, 125, 235, 230, 200, 180, 260, 300, 500, 275, 280)
b = c(300, 380, 250, 50, 55, 57, 60, 65, 100, 150, 250, 200,
150, 175, 225, 200, 225, 250)
c= c(400, 300, 400, 300, 350, 200, 250, 300, 330, 375)
a = pd.Series([50, 70, 125, 235, 230, 200, 180, 260,
300, 500, 275, 280])
b = pd.Series([300, 380, 250, 50, 55, 57, 60, 65, 100,
150, 250, 200, 150, 175, 225, 200, 225, 250])
c = pd.Series([400, 300, 400, 300, 350, 200, 250, 300,
330, 375])
Using your powers of descriptive statistics, evaluate these distributions. Which firm would you buy your cheese from? A, B, or C?