Spaces:
Running
Running
James McCool commited on
Commit ·
2630e62
1
Parent(s): 46f4212
changing naming convention for SR_IDs
Browse files
app.py
CHANGED
|
@@ -499,6 +499,7 @@ with tab3:
|
|
| 499 |
st.write("Player SR IDs collected")
|
| 500 |
|
| 501 |
concat_df = pd.concat([fa_df, player_df])
|
|
|
|
| 502 |
st.write('ID sets merged, sending to workbooks')
|
| 503 |
|
| 504 |
sh = gc.open_by_url('https://docs.google.com/spreadsheets/d/1GorpLF-VuArINnxHtMjgD5shTX4CoaSwvwyX953TsmY/edit?gid=0#gid=0')
|
|
|
|
| 499 |
st.write("Player SR IDs collected")
|
| 500 |
|
| 501 |
concat_df = pd.concat([fa_df, player_df])
|
| 502 |
+
concat_df['Team'] = concat_df['Team'].replace('JAX', 'JAC')
|
| 503 |
st.write('ID sets merged, sending to workbooks')
|
| 504 |
|
| 505 |
sh = gc.open_by_url('https://docs.google.com/spreadsheets/d/1GorpLF-VuArINnxHtMjgD5shTX4CoaSwvwyX953TsmY/edit?gid=0#gid=0')
|