Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

why when I merge my label cluster with my dataframe i get more row

Your indices are probably not unique. You could try pd.merge(Historie, Kmeans, on='SKU_NR', how='left') 
 
PREVIOUS NEXT
Tagged: #I #merge #label #cluster #dataframe #row
ADD COMMENT
Topic
Name
3+5 =