Error Occurs with purrr::map in K-Means Clustering

When performing K-Means clustering with only a single column assigned, such as a 5-point rating scale for service usability, you may encounter a purrr::map error.

This issue occurs when the variation in values is too limited for the clustering algorithm to divide the data properly.

When using numeric columns with limited value variation, such as 5-point rating scales, you can avoid this problem by specifying multiple columns.