I get the error for this code:
dist_matrix_euc <- dist(movies[,2:16], method = "euclidean", diag = FALSE, upper = FALSE, p = 2)
Dataset "movies" has only numeric values (except names of columns). Full version of the error: "Error in 0 + x : non-numeric argument to binary operator". Also i attach the screen of my dataset.movies dataset segment