beanumber / beanumber/openWARData
extra variable in MLBAM2016
Open
- Dominant language
- R
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
ds <- list(MLBAM2012,
MLBAM2013,
MLBAM2014,
MLBAM2015,
MLBAM2016,
MLBAM2017)
sapply(ds, dim)
```
```
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 184739 185273 184450 180836 157457 185704
[2,] 62 62 62 62 63 62
```
```
> setdiff(names(MLBAM2016), names(MLBAM2017))
[1] "X10"
```
Too many columns and not enough rows.
@gjm112 can you re-download the data from 3c650fa?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.