|
Argh- innings pitched in the sql/csv export
So the 'ip' column in players_game_pitching_stats is a tinyint, which means it shaves off the decimals .333 and .667 (for like 1.2 IP, etc).
Is there some way to obtain the decimals in the exported data that I' maybe missing?
|