标签: python pandas
我正在尝试从k-means的大会数据科学页面获取代码以运行http://www.gadatascience.com/modeling/kmeans.html。我可以看到一个错误(xrange),但最后Dataframe的形成也存在问题:
xrange
Dataframe
results = pd.DataFrame({ 'cluster' : clusters, 'class' : kdd_data['class']})
我为Key Error获得'class'。
Key Error
'class'