nicholson2208 / smt-data-challenge

An exploration of first baseman receiving for the 2023 SMT Data Challenge
1 stars 0 forks source link

Make a function to snap events together, or make the plotting more object oriented? #2

Closed nicholson2208 closed 1 year ago

nicholson2208 commented 1 year ago

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.

field

nicholson2208 commented 1 year ago

44 is the leftover part of this one