My data set is having a column Gender, so I have to apply One Hot Encodingto perform KMeans Clustering.
Q1. Should I take care about dummy variable trap here ?, should I remove one of the dummy columns ?
Q2. Should I use Label Encoding or One Hot Encoding in case of Clustering Algorithms ?