The following code df_initial=df.iloc[126:236,25:28] #locate first cell gives me a dataframe of 109rows*4columns to which I can perfrom operations.
df_initial=df.iloc[126:236,25:28] #locate first cell
I would l