Ben Baumer

Results 66 issues of Ben Baumer

If there is a walk-off, all of the baserunners disappear, which makes it seems like they all got out. Consequently delta.br can be very negative, which isn't fair to the...

bug

This is worth thinking about: https://twitter.com/tangotiger/status/605172517553082368 I think that `RAA` will add up, across categories, for each team, but it's worth double-checking. The way to do this would be to...

question

Sometimes the batterPos cannot be determined by makeSubstitutions(). Usually this is due to a data error. For example, in ``` gid_2013_04_26_pitmlb_slnmlb_1 ``` Jeanmar Gomez's playerId is not accurate -- instead...

bug
enhancement

One problem is that the `dbWriteTable` method from the `RPostgreSQL` package will not actually accept the `HEADER` flag (https://github.com/cran/RPostgreSQL/blob/master/R/PostgreSQLSupport.R#L570) This breaks the current implementation. Possible workarounds: - use the `data.frame`...

(https://github.com/hadley/nycflights13/pull/18)

``` > test() Loading airlines Auto-disconnecting mysql connection (0, 3) Testing airlines airlines: ..W... Warnings -------------------------------------------------------------------------------------------- 1. mysql works (@test-airlines.R#24) - 459 parsing failures. row col expected actual 24 X10...

I had a lot of the .zip and .csv files extracted and transformed and placed in my Airlines folder on my desktop, so I tried using just the etl_load() function...

bug

This would be "cleaner". Would it improve performance? Should they be indexed?

enhancement
question