I have a dataframe with latitude and longitude. I want to cluster my points with Kmeans. I have the following code :
def clustersKMEANS(data): data=data.reset