Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -561,7 +561,7 @@ def server(input, output, session):
|
|
| 561 |
(pl.col("start_speed") >= 50)&
|
| 562 |
(pl.col('batter_hand').is_in(split_dict_hand[input.split_id()]))
|
| 563 |
|
| 564 |
-
)))).with_columns(
|
| 565 |
pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
|
| 566 |
))
|
| 567 |
|
|
|
|
| 561 |
(pl.col("start_speed") >= 50)&
|
| 562 |
(pl.col('batter_hand').is_in(split_dict_hand[input.split_id()]))
|
| 563 |
|
| 564 |
+
)[:29]))).with_columns(
|
| 565 |
pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
|
| 566 |
))
|
| 567 |
|