Update app.py
Browse files
app.py
CHANGED
|
@@ -1137,7 +1137,7 @@ def server(input, output, session):
|
|
| 1137 |
pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
|
| 1138 |
).with_columns(
|
| 1139 |
(pl.col('pitcher_name')+' - '+pl.col('pitcher_team')).alias('pitcher_name'))
|
| 1140 |
-
|
| 1141 |
|
| 1142 |
# game_list = game_list_df['game_id'].unique().to_list()
|
| 1143 |
data = scrape.get_data(game_list[:])
|
|
|
|
| 1137 |
pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
|
| 1138 |
).with_columns(
|
| 1139 |
(pl.col('pitcher_name')+' - '+pl.col('pitcher_team')).alias('pitcher_name'))
|
| 1140 |
+
|
| 1141 |
|
| 1142 |
# game_list = game_list_df['game_id'].unique().to_list()
|
| 1143 |
data = scrape.get_data(game_list[:])
|