mtcars Clustering
Collect the mtcars data from kaggle link: https://www.kaggle.com/datasets/ruiromanini/mtcars
Load the mtcars dataset in Python. Determine the appropriate number of clusters (k) for the dataset by implementing the Elbow method. Use kmeans method to cluster the data with k. Visualize the clusters.