I have a data frame "Customer_original" with customer data, it has around 50 mixed type variables.
I standardize "Customer_original" and put the standardized values into "Customer_standardize" data frame.
I then perform Gowers distance on "Customer_standardize" data frame and get "Customer_Gowers" data frame.
I use "Customer_Gowers" to perform hierarchical clustering and decide to use 4 clusters which as result gives me a column of cluster membership.
Now I want to interpret the clusters and wounder which data frame I should use for that matter. I was thinking of using the column of cluster membership on my "Customer_original" data frame, is that a correct way of doing it?