I have working with a data frame that contains information on pitching data. Each pitcher has a certain different pitches (each person throws a different number of pitches) they throw. I am trying to first split the original data frame by a pitchers name and then I’m trying to take the data frames with just the pitcher and split each of the new data frames by the unique values in pitch type column.
I have tried for loops and interaction splits but neither of them have given me the desired outcome
Tyler Cirone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.