sklearn machine learning to classify the rows of a excel sheet containing text, date and float columns, unsupervised
i am just starting with machine learning. I am trying to deal with simple examples.
i have a *.csv file with columns containing text, numbers and dates. My goal, for learning purposes, is to classify the rows of this file in unsupervised mode using for example KMeans.