-
Create a pitching analytics table. The table may contain additional analytic fields (recommended), but it must contain a result of my own creation called park-adjusted runs created allowed and park-ad…
-
The Lahman data is missing data about pitchers. In particular, all of the data required for park-adjusted runs created can be found for pitchers, but is not in the Lahman database. [Retrosheet](https:…
-
There are 150,000+ plays for which Retrosheet has count data, but no pitch sequence data. For at bats that are at least two pitches long, it is easy to distinguish between completely missing pitch dat…
-
* `retrosheet`
* `Lahman`
* `mlbstats`
* `baseballDBR`
-
Hey there I'm a developer over at sports reference and was looking into an issue on our boxes where team LOB did not equal what we were seeing on the MLB website for games that have an auto runner on …
-
@gjm112 can you tag Quang on here to get us started?
-
-
Executing `SELECT COUNT(*) FROM retrosheet_event;` returns 0. I've tried the latest image and 2020.2.
**To Reproduce**
Steps to reproduce the behavior:
1. `docker run --name postgres-cstore-fdw -…
-
I saw that 2020 went up on Retrosheet.
Is it possible to update the docker images with that data included?
-
In `RetrosheetInterceptor.isReturnTypeList()`, I see we are using `contains("java.util.List")` to check whether the return type is in list type or not. This limits auto type to just List but not the o…