Used Bootstrapping that involves repeatedly resampling with replacement from the original data to create multiple bootstrap samples. In this case, for each of the 1000 iterations, a bootstrap sample is drawn from the mean service time for each ‘inquiry_type’. Then computed the mean for each bootstrap sample and stores it in the list ‘bootstrap_means’.