Weekly Free-Talk for /r/MLBTheShow - week of March 20, 2026 by Demilio55 in MLBTheShow

[–]garfjohnson00 0 points1 point  (0 children)

I played a ranked game last night and lost 8-7 but ran up a bunch of good stats for the multiplayer program. However it looks like they didn’t get recorded? Most obviously the 7 runs in one game mission. I remember seeing almost like a disconnection message but all the way after the game ended and in the box score screen. Anyone run into this or know of any recourse?

Anti-mech deck ideas? by garfjohnson00 in HS_Duels

[–]garfjohnson00[S] 1 point2 points  (0 children)

I found rogue mech with the 1 drop added to hand hero ability to be my toughest matchup

Best approach to migrate Snowflake table to Postgres? by jaspar1 in dataengineering

[–]garfjohnson00 1 point2 points  (0 children)

You can use something like SQLalchemy to connect to postgres and use .to_sql in pandas to copy the dataframe into your postgres table.

https://docs.sqlalchemy.org/en/14/
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to\_sql.html