patrickramos commited on
Commit
a6ec7f9
·
verified ·
1 Parent(s): e5c3583

Update data.py

Browse files
Files changed (1) hide show
  1. data.py +1 -1
data.py CHANGED
@@ -168,7 +168,7 @@ pitch_stats, rhb_pitch_stats, lhb_pitch_stats = [
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 (
 
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 (