About the Project
Ball Club Data is an independent college baseball analytics project. It brings the metrics that have been standard in professional baseball for two decades (wOBA, wRC+, ISO, FIP, K-BB%) to a level of the sport where they are still surprisingly hard to find.
Everything here is free, the methodology is published, and the underlying data is downloadable. It is built and maintained by one person: me.
Why This Exists
College baseball generates an enormous amount of data, and box scores are publicly available almost everywhere. The challenge is turning that raw information into objective measures of player and team performance. The numbers needed to make meaningful comparisons are often scattered across different pages, sources, and seasons, making it difficult to put players or teams on the same footing, especially when they come from different conferences.
A .320 hitter in the SEC and a .320 hitter in a weaker conference are not the same player. There has been no easy, free way to see how a given hitter or pitcher actually stacks up against their peers, across seasons, on a rate basis, with the arithmetic shown.
That is the gap this project fills. Not a proprietary black box and not a paywall. It’s a working tool with the formulas printed on the page next to it.
What You Can Do Here
Batting and pitching leaderboards: Filter by conference, season, team, and minimum playing time. Sort any column. Filter within any column. Download the result as a CSV.
Player profiles: Career histories with percentile rankings, so you can see not just what a player did but where that performance sits relative to everyone else who qualified that season.
Conference leaderboards and visualizations: Team-level aggregates, plus charts that put the whole conference on one screen, including a wOBA-versus-ISO view that separates teams getting on base through contact and patience from teams doing it through power.
Every table is exportable. The pipeline that produces it is open source.
Coverage currently spans the ACC and SEC, 2011 through the most recent completed season. Big 12 and Big Ten data are in progress. The original ACC-only version of this tool remains available in the archive.
How It’s Built
The data is sourced from Sports Reference, then cleaned, standardized, and extended with calculated advanced metrics through a pipeline I wrote in R.
That pipeline is not just a pile of local scripts. The ACC data is packaged as accbaseballr, an R package published on CRAN, so anyone can install it and work with college baseball data directly:
install.packages(“accbaseballr”)
The rest of the stack is R end to end: tidyverse for data processing, Shiny and reactable for the interactive explorer, ggplot2 for the visualizations, and Quarto for this site. The full source lives on GitHub under an MIT license.
I mention the plumbing because it matters. Anyone can post a chart. Building something that updates, holds up under scrutiny, survives CRAN review, and can be independently verified by a stranger is a different exercise.
About Me

I’m Hana Baskin. I came to baseball analytics from the classroom.
Thirteen years of teaching high school math turned out to be unusually good preparation for this work. The hard part of analytics is almost never the model. It’s getting someone who doesn’t care about your model to understand what it means and act on it. That is the entire job of a teacher, and it’s the skill I lean on most here. It’s why the Metrics page shows the formulas instead of hiding them, and why the charts come with a sentence explaining what you’re actually looking at.
The rest came from coursework through a Master’s in Data Analytics and also what I taught myself: R, statistical modeling, package development, web deployment. This site is the result. The reason it exists is that building the thing is how I learned to build the thing.
I’m currently looking for analytics work in baseball with a college program, a professional club, or an organization working with sports data. If that’s you, I’d genuinely like to talk.
Get in touch: hana.baskin@gmail.com · LinkedIn
Corrections and Requests
If you find an error in the data, I want to know about it. If there’s a metric, conference, or view you wish existed here, tell me.
Bug reports are welcome on GitHub Issues; everything else, just email me.
Support
Ball Club Data is free and will stay free. If it’s useful to you and you want to help cover hosting, there’s a tip jar. Sharing the work with someone who’d find it valuable helps just as much.