I am executing the k-means clustering algorithm in python:
for index1,row_c in Centroids.iterrows(): ED=[] for index2,row_d in XD.iterrows():