I translate an analysis on board games from R into python, without looking beforehand. TODO: add timestamps
A big challenge in this data is that each board game is a row, but it has tags that are stored as a string, like "tag1,tag2,tagN". Common methods for unpacking this data are slow. I walk through the reasons, and show an approach that cuts the running time down from minutes to seconds.
Timeline:
TODO