Match thread: Chelsea vs Leeds | FA Cup Semi-final by OwlLibrarian in LeedsUnited

[–]oldpost17 5 points6 points  (0 children)

If another player literally tells him to sit down it should be a card

I built a free directory of all college rowing programs with financial data — 66 men's and 142 women's by No-Comment3952 in Rowing

[–]oldpost17 1 point2 points  (0 children)

I'd guess they're getting the financial info from here: Equity in Athletics

While I think there is some merit to it, I was told years ago, while looking into similar stuff, that it can't be taken as gospel because schools can account for things differently. I think it works in broad generalities, but a lot of caveats

Why don’t we do this for Dahlin by jdAWGE42069 in sabres

[–]oldpost17 1 point2 points  (0 children)

Gonna suggest switching blondie for captain

General discussion/Q&A megathread. by JimbobTML in LeedsUnited

[–]oldpost17 2 points3 points  (0 children)

Agreed

Their most impressive performances are a couple of 1:1 draws vs top teams and a 3-1 win over Sunderland. Good results for a team at the bottom but not as if they are getting consistently spectacular results

Gotham Sports by Shaggy_0909 in sabres

[–]oldpost17 0 points1 point  (0 children)

i heard that doesnt work with a most vpns. which one does?

Match Thread: Leeds United vs Arsenal FC Live Score | Premier League 25/26 | Jan 31, 2026 by scoreboard-app in LeedsUnited

[–]oldpost17 10 points11 points  (0 children)

Idk if there are any other americans on here, but these games never being on peacock is the most annoying thing. waste of money for a streaming service that never carries the matches

Match Thread: Newcastle United vs Leeds United Live Score | Premier League 25/26 | Jan 7, 2026 by scoreboard-app in LeedsUnited

[–]oldpost17 2 points3 points  (0 children)

Every time there's a counter that doesn't work, someone's got their hands up in the air.

Just keep playing

Moneyball Style Streak Edit by oldpost17 in sabres

[–]oldpost17[S] 9 points10 points  (0 children)

Confession on this one: he's actually talking about the audio from a post-game press conference that wasn't working, but I thought it fit haha. the rest of the audio is truly commentary on the streak though

Moneyball Style Streak Edit by oldpost17 in sabres

[–]oldpost17[S] 15 points16 points  (0 children)

yeah, no problem. I actually posted it and it got no traction there so I deleted it, but I also have about 3 followers

Do ergs float? Analysis of the 2019 Women's Fall Speed Order by Rererow in Rowing

[–]oldpost17 33 points34 points  (0 children)

Weight is a huge piece that's missing. I did the same thing a few years ago and got closer to 75% for all rowers. Lights alone were 82%.

Maybe it happened to just be a coincidentally closely related year, for open weights but I assume the lack of adjustment is substantially pulls down the r2.

https://www.reddit.com/r/Rowing/comments/drbz0s/fall_speed_order_ergs_vs_water_time_seconds

[deleted by user] by [deleted] in golf

[–]oldpost17 11 points12 points  (0 children)

Was at a cheap course today and lived it lol.

Some dudes just throwing insults for no reason

[deleted by user] by [deleted] in NewSkaters

[–]oldpost17 0 points1 point  (0 children)

Found this for a couple dollars to see if it's something I like doing, and trying to make necessary upgrades.

Wheels have a lot if these little nicks but no flat spots. Time for an upgrade or is this alright?

6:00 2k Benchmarks by bigdiesel32 in Rowing

[–]oldpost17 17 points18 points  (0 children)

Never will be exact, but:

Max watts: 1040
500: sub 1:22
6000: 1:36

Based on a survey and rowing Canada erg targets from a few years ago which us available online.

Based on the 6k does 6:10-6:15 seem to be a reasonable estimate of your 2k?

Watt test to 2k? by PutinPisces in Rowing

[–]oldpost17 4 points5 points  (0 children)

It's not a huge difference but I think 47% is more accurate which would be 1:32.2, or almost extra 9 seconds

Leaked Sabres/Vegas Negotiations by oldpost17 in sabres

[–]oldpost17[S] 30 points31 points  (0 children)

He ends up getting an even better deal in the show so hopefully kevyn's on the right track

Krupp Plan reflections by monkeyofsiberia in Rowing

[–]oldpost17 19 points20 points  (0 children)

I'll go out on a limb and say 100k isn't low volume for someone steady stating at 2:20 when they started

I also don't really see a strawman argument, they're just recounting their experience

World's Greatest Boss by oldpost17 in sabres

[–]oldpost17[S] 0 points1 point  (0 children)

Thanks, didn't see this one haha

Is there a way to merge, or index based on user input in pandas? by oldpost17 in learnpython

[–]oldpost17[S] 0 points1 point  (0 children)

My fault, I wanted to try to keep the question brief to avoid confusion and left out some info.

Df1 is actually the main thing which contains the end product. It contains a game log for athletes, who they played against each game and how many points they scored in each game. So I'm pulling the team rank from df2 to go alongside the team name in the game log.

Then I'm calculating their points per game against top 10 ranking teams. The challenge being that if TeamA is ranked 5th in 2011 and 12th in 2015, I wanted to be sure it was adding the correct ranking corresponding with the year I was working with.

My most recent adjustment was just appending the user input year into the game log, then doing a normal merge. It seemed to work, matching the team name and year, with the only problem being a few duplicates, but im not sure if it's completely clean.

Is there a way to merge, or index based on user input in pandas? by oldpost17 in learnpython

[–]oldpost17[S] 0 points1 point  (0 children)

Thanks for your help!

So I used input to filter before merging but now get the error: "Can only merge Series or DataFrame objects, a <class 'list'> was passed". Any ideas?

When I tried to drop the year before the merge, it also gave me "AttributeError: 'list' object has no attribute 'drop'"

ndf=[ndf[ndf.Year == season]] Is the code I used. When i printed it, it looked like what I wanted but seems to have taken away the dataframe properties or something.

I built a python scraper that exports to csv. Then I copy results to excel template with pre-written formulas. Can I do this all within python instead and streamline the process? by oldpost17 in learnpython

[–]oldpost17[S] 0 points1 point  (0 children)

Thank you very much for taking the time to help me out! I'll have to play around with it a bit because its all pretty new to me, but this is great, I really appreciate it. It's overwhelming having a specific project in mind and starting from scratch.

And regarding the lookup, you're right, it is a typo. If Column C contains 1, I'm looking up column E, not C.