FinQuant icon indicating copy to clipboard operation
FinQuant copied to clipboard

DataFrame: use .iloc instead of .loc

Open fmilthaler opened this issue 4 years ago • 0 comments

In some places, df.loc[i] is used, when it should be df.iloc[i].

fmilthaler avatar Sep 06 '19 14:09 fmilthaler