I have 14000 odd obs.
----------
shopper_id
----------
4590FBB2C98F98BF51769EB162F527D9
135BC3FBD2C32B6F2DC6BAA92EA63747
DCF1C2CD4351DF74551E7AE3A5365983
83C4D97CA2DEF71ED33DF8A8D6F8E864
AD20D56153044D0F729EFC10A3DF0F71
ShopperId
is a unique ID in my dataset, I want to run apriori.
My code:
df_sorted <- beauty[order(beauty$shopper_id),]
df_sorted$shopper_id <-as.numeric(df_sorted$shopper_id)
I am getting the below error:
Warning message: NAs introduced by coercion