Fangraphs GUTs ConstantsΒΆ

Out:

     Season   wOBA  wOBAScale    wBB   wHBP  ...  runSB  runCS   R/PA     R/W   cFIP
0      2021  0.307      1.257  0.689  0.720  ...    0.2 -0.402  0.116   9.621  3.093
1      2020  0.320      1.185  0.699  0.728  ...    0.2 -0.435  0.126  10.282  3.191
2      2019  0.320      1.157  0.690  0.719  ...    0.2 -0.435  0.126  10.296  3.214
3      2018  0.315      1.226  0.690  0.720  ...    0.2 -0.407  0.117   9.714  3.161
4      2017  0.321      1.185  0.693  0.723  ...    0.2 -0.423  0.122  10.048  3.158
..      ...    ...        ...    ...    ...  ...    ...    ...    ...     ...    ...
146    1875  0.261      1.274  0.730  0.761  ...    0.2 -0.531  0.156  12.231  2.370
147    1874  0.282      1.145  0.760  0.789  ...    0.2 -0.629  0.179  14.227  2.808
148    1873  0.303      1.025  0.788  0.814  ...    0.2 -0.741  0.207  16.482  2.932
149    1872  0.297      1.020  0.791  0.816  ...    0.2 -0.763  0.213  16.926  3.508
150    1871  0.312      0.909  0.797  0.820  ...    0.2 -0.863  0.237  18.954  3.580

[151 rows x 14 columns]

from pybbda.data import FangraphsData

fg_data = FangraphsData()

print(fg_data.fg_guts_constants)

Total running time of the script: ( 0 minutes 0.022 seconds)

Gallery generated by Sphinx-Gallery