I want to combine columns with the same row value in a text file into one list.

Asked 2 years ago, Updated 2 years ago, 66 views

I'd like to use the Apriori algorithm to do the association rule.

Like an image I want to make a list of Cat. values in the same row with the same ID.

For example, Cat with an ID of 1010000092170000. guitar, watch/jewelry [guitar, watch/jewelry] Like this

Please help me /

list

2022-09-22 20:04

1 Answers

I think it would be better to do it using Pandas (data analysis.


2022-09-22 20:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.