Right now, there are some occurrences where not everything happens at either the same cadence, or the same frequency. I imagine this will make analysis hard because I will have to do some fuzzy joins or something.
make a modules that lines up the data, but taking one series as ground truth (probably player pos?) and "snapping" other event to the nearest time stamp? Or maybe line up the data left joins into a single table, so I don't have to do deal with these conditional and this weird strobe effect that comes from the catcher being on the different phase as everyone else.
Right now, there are some occurrences where not everything happens at either the same cadence, or the same frequency. I imagine this will make analysis hard because I will have to do some fuzzy joins or something.
make a modules that lines up the data, but taking one series as ground truth (probably player pos?) and "snapping" other event to the nearest time stamp? Or maybe line up the data left joins into a single table, so I don't have to do deal with these conditional and this weird strobe effect that comes from the catcher being on the different phase as everyone else.