I am wondering how to run a bootstrap average code over a table of values where each column needs to be bootstrapped individually? And then what would be especially helpful is if the output of results could be output into another table that summarises results.
Specifically, I am trying to do this for a series of element data (see below).
import pandas as pd
df = pd.read_csv('element_data.csv')
df
Any help with this would be a huuuge help to not only myself but also to all those others trying to run lot's of bootstraps (of which there are plenty!)