#Calculate Hurst
data_new3 = [] for i in range(math.ceil((data1.shape[0]-3749)/125)-1): for x in data1.columns:
data_f3 = data1.iloc[125