FB: Liberty League

Started by admin, August 16, 2005, 04:58:34 AM

Previous topic - Next topic

0 Members and 26 Guests are viewing this topic.

ICGrad

Quote from: Bartman on June 10, 2026, 04:21:40 PM48.   HWS (#2 in (M)Hockey, made NCAAs in soccer(M&W), (W)lacrosse, baseball,and #3 in (W) rowing
71. Ithaca
78. RIT
85. Vassar
93. RPI
138. Union
139. SLU
238. Skidmore

What about Bard? I know they don't field football, and that they've dropped lacrosse, but they're still in the LL, no? Do they not field enough teams to qualify/rate?

I imagine Rochester counts for UAA; any idea where they finished?

Caz Bombers

#57556
Quote from: ICGrad on July 20, 2026, 02:55:07 PM
Quote from: Bartman on June 10, 2026, 04:21:40 PM48.   HWS (#2 in (M)Hockey, made NCAAs in soccer(M&W), (W)lacrosse, baseball,and #3 in (W) rowing
71. Ithaca
78. RIT
85. Vassar
93. RPI
138. Union
139. SLU
238. Skidmore

What about Bard? I know they don't field football, and that they've dropped lacrosse, but they're still in the LL, no? Do they not field enough teams to qualify/rate?

I imagine Rochester counts for UAA; any idea where they finished?

Rochester at 72nd, one spot behind IC.

Bard and Clarkson would be N/A as they didn't qualify for any NCAA D3 tournament (and in Bard's case any LL playoffs besides baseball.)

ICGrad

Quote from: Caz Bombers on July 20, 2026, 03:57:58 PMRochester at 72nd, one spot behind IC.

Bard and Clarkson would be N/A as they didn't qualify for any NCAA D3 tournament (and in Bard's case any LL playoffs besides baseball.)

I didn't even realize that Clarkson wasn't on there. D'oh!

That's somewhat crazy that neither team even makes the list, especially Clakson.

ryanice

First post on here so hello! 
Recently I made a website for Liberty League football statistics and thought that this would be a good place to share it. The website has data for LL players between the years 2013 and 2025 and includes stats from all 3 phases of the game. The website allows users to filter by certain statistics and create their own statistics (rushing yards per game, completion percentage, etc). Additional features include chart creation, player career statistics, and data exporting.

All of the code that created the website is available here: https://github.com/RyanIce100/LibertyLeagueFootballDataSite
All of the code that created the dataset is available here:https://github.com/RyanIce100/LibertyLeagueFootballStats

Website Link: https://ryanice100.github.io/LibertyLeagueFootballDataSite/


Story:

Around a month ago I found that Logan Hansen had compiled player statistics for every D3 football team between the years 2013 and 2018. When playing around with the data in R, I realized that I could filter it to only display Liberty League teams. This allowed me to create interesting charts and tables that showed how good players were relative to each other.

My next idea was to gather the data from 2019-2025 to create a (somewhat) complete dataset. The most "exciting" part was creating the code that scrapes the season statistics and roster page from the website. Once that was completed, I went through every season for every team until the dataset was complete. Any errors were fixed manually (but I'm sure there are some that slipped through the cracks).

The website came next as I realized that there wasn't an existing source for all time Liberty League football statistics. I am not a very good coder so most of the website was made through Claude and Gemini (which probably creates a lot of bugs). Hopefully this website will be interesting to play with and doesn't mess up too much!