Spaces:
Build error
Build error
Update rolling_batter_functions.py
Browse files
rolling_batter_functions.py
CHANGED
|
@@ -45,7 +45,7 @@ plot_dict = {
|
|
| 45 |
level_dict = {'MLB':'MLB','AAA':'AAA','AA':'AA','A+':'A+','A':'A'}
|
| 46 |
|
| 47 |
|
| 48 |
-
woba_list = ['woba']
|
| 49 |
pa_list = ['k','bb','bb_minus_k']
|
| 50 |
balls_in_play_list = ['hard_hit','launch_speed','launch_speed_90','launch_angle','barrel','sweet_spot']
|
| 51 |
pitches_list = ['zone_percent','swing_percent','sw_str','csw']
|
|
@@ -61,6 +61,7 @@ plot_dict_small = {
|
|
| 61 |
'bb_minus_k':'BB-K%',
|
| 62 |
'csw':'CSW%',
|
| 63 |
'woba':'wOBA',
|
|
|
|
| 64 |
'launch_speed':'Exit Velocity',
|
| 65 |
'launch_speed_90':'90th Percentile Exit Velocity',
|
| 66 |
'hard_hit':'HardHit%',
|
|
|
|
| 45 |
level_dict = {'MLB':'MLB','AAA':'AAA','AA':'AA','A+':'A+','A':'A'}
|
| 46 |
|
| 47 |
|
| 48 |
+
woba_list = ['woba','xwoba']
|
| 49 |
pa_list = ['k','bb','bb_minus_k']
|
| 50 |
balls_in_play_list = ['hard_hit','launch_speed','launch_speed_90','launch_angle','barrel','sweet_spot']
|
| 51 |
pitches_list = ['zone_percent','swing_percent','sw_str','csw']
|
|
|
|
| 61 |
'bb_minus_k':'BB-K%',
|
| 62 |
'csw':'CSW%',
|
| 63 |
'woba':'wOBA',
|
| 64 |
+
'xwoba':'xwOBA',
|
| 65 |
'launch_speed':'Exit Velocity',
|
| 66 |
'launch_speed_90':'90th Percentile Exit Velocity',
|
| 67 |
'hard_hit':'HardHit%',
|