Arahkan di tengah -tengah kerangka data
df.sub(df.mean()).pow(2).sum(1).idxmin()
500
LUIS MARTINEZ
df.sub(df.mean()).pow(2).sum(1).idxmin()
500