Spaces:
Sleeping
Sleeping
Update src/gsheets.py
Browse files- src/gsheets.py +1 -0
src/gsheets.py
CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
|
|
4 |
from oauth2client.service_account import ServiceAccountCredentials
|
5 |
from datetime import datetime
|
6 |
import os
|
|
|
7 |
|
8 |
def upload_csv_to_new_worksheet(topic_string):
|
9 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
|
|
4 |
from oauth2client.service_account import ServiceAccountCredentials
|
5 |
from datetime import datetime
|
6 |
import os
|
7 |
+
import json
|
8 |
|
9 |
def upload_csv_to_new_worksheet(topic_string):
|
10 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|