Spaces:
Sleeping
Sleeping
James McCool commited on
Commit ·
04a6c8e
1
Parent(s): 6563a5d
adding fantasylife api hub to NCAAF SR_ID write
Browse files
app.py
CHANGED
|
@@ -725,6 +725,12 @@ with tab3:
|
|
| 725 |
worksheet.update([ncaaf_df.columns.values.tolist()] + ncaaf_df.values.tolist())
|
| 726 |
st.write("Updated NCAAF SR IDs in Draft Guide Staging")
|
| 727 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 728 |
|
| 729 |
|
| 730 |
with tab4:
|
|
|
|
| 725 |
worksheet.update([ncaaf_df.columns.values.tolist()] + ncaaf_df.values.tolist())
|
| 726 |
st.write("Updated NCAAF SR IDs in Draft Guide Staging")
|
| 727 |
|
| 728 |
+
sh = gc.open_by_url('https://docs.google.com/spreadsheets/d/1GorpLF-VuArINnxHtMjgD5shTX4CoaSwvwyX953TsmY/edit?gid=1787051805#gid=1787051805')
|
| 729 |
+
worksheet = sh.worksheet('NCAAF_SR_IDs')
|
| 730 |
+
worksheet.batch_clear(['A:H'])
|
| 731 |
+
worksheet.update([ncaaf_df.columns.values.tolist()] + ncaaf_df.values.tolist())
|
| 732 |
+
st.write("Updated NCAAF SR IDs in Draft Guide Staging")
|
| 733 |
+
|
| 734 |
|
| 735 |
|
| 736 |
with tab4:
|