why when I merge my label cluster with my dataframe i get more row code example
Example: 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')