I'm trying to start the Riiid Answer Correctness Prediction, and I got stuck in a very early phrase.
I would need to iterate over 'tags' column and count occurrences of each tag.

How do I extract, explode or change 'tags' values so that I could use value_counts() or apply(eval)?