Hi, I got a problem with the Knn.fit when I'm using the HVDM metric.
To visualize the data I'm working on I added two prints at the beginning of the function:

I dont understand why when I call the Knn.fit the "x" parameter it's this different from the dataframe:

Anyone can help me understand what the knn is doing?
Thank you