Tidytuesday python: translating board games

Опубликовано: 25 Июль 2026
на канале: Michael Chow
513
17

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