patrickramos commited on
Commit
473c8e5
·
2 Parent(s): 3d0c0d1 a6ec7f9

Resolve conflict

Browse files
Files changed (1) hide show
  1. data.py +1 -0
data.py CHANGED
@@ -168,6 +168,7 @@ pitch_stats, rhb_pitch_stats, lhb_pitch_stats = [
168
  pl.len().alias('Count')
169
  )
170
  .sort(['name', 'Count'], descending=[False, True])
 
171
  )
172
  for _df
173
  in (
 
168
  pl.len().alias('Count')
169
  )
170
  .sort(['name', 'Count'], descending=[False, True])
171
+ .rename({'name': 'Player', 'pitch_name': 'Pitch'})
172
  )
173
  for _df
174
  in (