I had just about forgotten about this until I found a note on a weeks-old list of possible improvements to the site. All along, my databases have contained batted ball tables (like Corey Hart’s, here) for each team and league. I just hadn’t made them available on the site. It’s great data to have available–if you’re going to analyze the nuances of a player’s batted ball results, it’s much better to have aggregate league numbers to compare them to.
Now, you can see aggregate batted ball data for both pitchers and hitters for each team and league in Minor League Baseball. For example, see team pitching data for the Altoona Curve, or total batted ball data for the Midwest League. For some reason, total batting and pitching data doesn’t match up exactly–in the case of the MWL, it’s off by about two hundreths of a percent. This happened when I first aggregated league splits, as well; I’ll eventually figure out what’s amiss and fix it up.
Also, I just fixed the script to generate a player’s cumulative stats (see Ryan Braun’s, here). The way my data is stored, if a player has accumulated any stats for a certain split (say, batting as a leftfielder, or pitching in the third inning), there’s still a blank line. All along, the regular team-specific splits table scripts edited out those blank lines before showing them to you. I forgot to include that in the cumulative stat script. It’s now fixed, so you’ll have far fewer useless zeroes to distract you next time you look at a player’s overall numbers.
Enjoy!